DataAccessFilter Methods |
The DataAccessFilter type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds the specified filter condition.
|
![]() | AddRange |
Adds a range of items.
|
![]() | AdvancedMatchRow |
Matches a row against the data filter, using DataSource call.
|
![]() | GetAdvancedMatchRowCommand |
Returns a command, which matches a row against the data filter, using DataSource call.
|
![]() | GetEnumerator |
Gets the enumerator.
|
![]() | GetXml |
Get the contents of the data access query as XML XElement.
|
![]() | OrderBy |
Orders the query by the specified field.
|
![]() ![]() | ReadFromXml |
Reads a data access query from XML.
|
![]() | SimpleMatchRow |
Returns true if the row matches the Where filter.
Only filter conditions referencing the current table and its owner table(s) are evaluated.
For more advanced matching, use the AdvancedMatchRow(IBufferRow, String, IBuffer) method.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | SplitFilterCondition |
Splits the input IEnumerable in chunks with the specified size.
(Defined by Splitter.) |
![]() | TopologicalSortFilterCondition |
Topological sort based on item dependencies.
(Defined by RepositoryExtensions.) |