The CCondition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CCondition(eLogic) |
Required to concatenate multiple conditions together
|
![]() | CCondition(String, eOperator) |
Check if a column IsNull or IsNotNull
|
![]() | CCondition(String, String, eOperator) |
Check if a column in a table IsNull or IsNotNull
|
![]() | CCondition(String, eOperator, Object) |
Compare a column to data
|
![]() | CCondition(String, String, eOperator, Object) |
Compare a table column to data
|
![]() | CCondition(String, eOperator, Object, Object) |
Used to perform a Bitwise compare on a column
|
![]() | CCondition(String, String, eOperator, Object, Object) |
Used to perform a Bitwise compare on a table and a column
|
![]() | CCondition(String, String, eOperator, String, String) |
Compare a column in one table to a column in another table
|
Methods
Name | Description | |
---|---|---|
![]() | Clear |
Clear previous condition information
|