Click or drag to resize

FilterCondition Properties

The FilterCondition type exposes the following members.

Properties
  NameDescription
Public propertyColumnName
The name of the column which will be filtered.
Public propertyComparison
The comparison type.
Public propertyIncludeNulls
Indicates whether to include null column values in addition to the ones, matching the criteria.
Public propertyTableAlias
Gets the table alias. Usually, this is the navigation column, which points to the actual table to be filtered.
Public propertyTableName
The table, containing the column to be filtered.
Public propertyValue
The value versus which to check.
Top
See Also