The Filter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Filter | Overloaded. Initializes a new instance of the Filter class with the specified properties. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
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 | 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.
|