Click or drag to resize

FilterCriteria Class

Represents a criteria to filter the results of a query on
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.DataFilterCriteria

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public class FilterCriteria

The FilterCriteria type exposes the following members.

Constructors
  NameDescription
Public methodFilterCriteria(String, ComparisonOperators)
Initializes a new instance of the FilterCriteria class with a ComparisonOperators which does not requires any value
Public methodFilterCriteria(String, Object, ComparisonOperators)
Initializes a new instance of the FilterCriteria class with a ComparisonOperators which requires a value
Public methodFilterCriteria(String, Object, String, ComparisonOperators)
Initializes a new instance of the FilterCriteria class and specify the matched SQL field
Top
Properties
  NameDescription
Public propertyComparisonOperator
Comparison operator to apply
Public propertyIsValueParametered
Determines whether or not the value of the criteria can be encapsulated into a DbParameter
Public propertyIsValueRequired
Determines whether or not a value is required for the criteria to be considered when building the query
Public propertyName
Used to buid the name of the parameter or assumed as SQL field by default
Public propertySqlField
SQL field name or subquery to apply the filter on
Public propertyValue
Value of the filter criteria
Public propertyValueNativeType
Native data type of the criteria's value
Top
See Also