Click or drag to resize
TypeCondition Methods

The TypeCondition type exposes the following members.

Methods
  NameDescription
Public methodGetFieldValue
Gets the field value for the Type condition
Public methodGetValue
Gets the actual value for the Type condition column
Public methodGetWhereCondition
Generates default WHERE condition according to GroupColumn and TypeCondition settings.
Public methodWhereEquals(String, Object)
Adds another condition into TypeCondition.
Public methodWhereEquals(String, Object, Object)
Adds another condition into TypeCondition.
Public methodWhereEqualsOrNull
Adds another condition into TypeCondition.
Public methodWhereIsNotNull(String)
Adds another condition into TypeCondition.
Public methodWhereIsNotNull(String, Object)
Adds another condition into TypeCondition.
Public methodWhereIsNull
Adds another condition into TypeCondition.
Public methodWhereNotEquals
Adds another condition into TypeCondition.
Public methodWhereNotEqualsOrNull
Adds another condition into TypeCondition.
Top
See Also