FilterCondition Properties |
The FilterCondition type exposes the following members.
Name | Description | |
---|---|---|
![]() | ColumnName |
The name of the column which will be filtered.
|
![]() | Comparison |
The comparison type.
|
![]() | IncludeNulls |
Indicates whether to include null column values in addition to the ones, matching
the criteria.
|
![]() | TableAlias |
Gets the table alias. Usually, this is the navigation column, which points to the actual table to be filtered.
|
![]() | TableName |
The table, containing the column to be filtered.
|
![]() | Value |
The value versus which to check.
|