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
|
![]() | 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
|