The Filter type exposes the following members.

Properties

  NameDescription
ColumnSubset
Gets or sets an array of column names used to determine which columns will be populated when the search is executed.
Geometry
Gets or sets the Geometry used in a spatial search.
IsSpatial
Gets a value indicating whether the Filter will be used to perform a spatial query.
SpatialColumnName Obsolete.
This property is now obsolete as it is established internally when the Search method is called.
SpatialSearchType
Gets or sets the type of the spatial search.
WhereClause
Gets or sets an SQL statement which represents the "WhereClause" used to query the Table.

See Also