FilterCriteria Properties |
The FilterCriteria type exposes the following members.
| Name | Description | |
|---|---|---|
| ComparisonOperator |
Comparison operator to apply
| |
| IsValueParameter |
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 build the name of the parameter or assumed as SQL field by default
| |
| SqlField |
SQL field name or sub query to apply the filter on
| |
| Value |
Value of the filter criteria
| |
| ValueNativeType |
Native data type of the criteria value
|