The Filter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| 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 |
Gets or sets the name of the column in the Table which stores geometries.
| |
| 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.
|

