Show / Hide Table of Contents

Method Apply

| Improve this Doc View Source

Apply(Predicate<DataRow>, IComparer<DataRow>)

Applies filtering condition and sorting comparer.

Declaration
public virtual void Apply(Predicate<DataRow> where, IComparer<DataRow> orderBy)
Parameters
Type Name Description
System.Predicate<DataRow> where

The filtering condition.

System.Collections.Generic.IComparer<DataRow> orderBy

The sorting comparer.

Implements
IDataPresenter.Apply(Predicate<DataRow>, IComparer<DataRow>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest