TypeCondition Class |
Namespace: CMS.DataEngine
public class TypeCondition
The TypeCondition type exposes the following members.
Name | Description | |
---|---|---|
TypeCondition |
Name | Description | |
---|---|---|
ConditionColumns |
Gets the names of the columns.
|
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.
|