Click or drag to resize

FilterCriteria Properties

The FilterCriteria type exposes the following members.

Properties
  NameDescription
Public propertyComparisonOperator
Comparison operator to apply
Public propertyIsValueParameter
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 build the name of the parameter or assumed as SQL field by default
Public propertySqlField
SQL field name or sub query to apply the filter on
Public propertyValue
Value of the filter criteria
Public propertyValueNativeType
Native data type of the criteria value
Top
See Also