TypeCondition Methods |
The TypeCondition type exposes the following members.
Name | Description | |
---|---|---|
GetFieldValue |
Gets the field value for the Type condition
| |
GetValue |
Gets the actual value for the Type condition column
| |
GetWhereCondition |
Generates default WHERE condition according to GroupColumn and TypeCondition settings.
| |
WhereEquals(String, Object) |
Adds another condition into TypeCondition.
| |
WhereEquals(String, Object, Object) |
Adds another condition into TypeCondition.
| |
WhereEqualsOrNull |
Adds another condition into TypeCondition.
| |
WhereIsNotNull(String) |
Adds another condition into TypeCondition.
| |
WhereIsNotNull(String, Object) |
Adds another condition into TypeCondition.
| |
WhereIsNull |
Adds another condition into TypeCondition.
| |
WhereNotEquals |
Adds another condition into TypeCondition.
| |
WhereNotEqualsOrNull |
Adds another condition into TypeCondition.
|