Method Apply
| Improve this Doc View SourceApply(Predicate<DataRow>, IComparer<DataRow>)
Applies filtering condition and sorting comparer.
Declaration
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. |