FilterCriteria Properties |
The FilterCriteria type exposes the following members.
| Name | Description | |
|---|---|---|
| ComparisonOperator |
Comparison operator to apply
| |
| IsValueParametered |
Determines whether or not the value of the criteria can be encapsulated into a DbParameter
| |
| IsValueRequired |
Determines whether or not a value is required for the criteria to be considered when building the query
| |
| Name |
Used to buid the name of the parameter or assumed as SQL field by default
| |
| SqlField |
SQL field name or subquery to apply the filter on
| |
| Value |
Value of the filter criteria
| |
| ValueNativeType |
Native data type of the criteria's value
|