FilterCriteria Class |
Namespace: WorkflowGen.My.Data
The FilterCriteria type exposes the following members.
Name | Description | |
---|---|---|
FilterCriteria(String, ComparisonOperators) |
Initializes a new instance of the FilterCriteria class with a ComparisonOperators which does not requires any value
| |
FilterCriteria(String, Object, ComparisonOperators) |
Initializes a new instance of the FilterCriteria class with a ComparisonOperators which requires a value
| |
FilterCriteria(String, Object, String, ComparisonOperators) |
Initializes a new instance of the FilterCriteria class and specify the matched SQL field
|
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
|