Click or drag to resize

DataAccessFilter Methods

The DataAccessFilter type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified filter condition.
Public methodAddRange
Adds a range of items.
Public methodAdvancedMatchRow
Matches a row against the data filter, using DataSource call.
Public methodGetAdvancedMatchRowCommand
Returns a command, which matches a row against the data filter, using DataSource call.
Public methodGetEnumerator
Gets the enumerator.
Public methodGetXml
Get the contents of the data access query as XML XElement.
Public methodOrderBy
Orders the query by the specified field.
Public methodStatic memberReadFromXml
Reads a data access query from XML.
Public methodSimpleMatchRow
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.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Extension Methods
See Also