The CCondition type exposes the following members.

Constructors

  NameDescription
Public methodCCondition(eLogic)
Required to concatenate multiple conditions together
Public methodCCondition(String, eOperator)
Check if a column IsNull or IsNotNull
Public methodCCondition(String, String, eOperator)
Check if a column in a table IsNull or IsNotNull
Public methodCCondition(String, eOperator, Object)
Compare a column to data
Public methodCCondition(String, String, eOperator, Object)
Compare a table column to data
Public methodCCondition(String, eOperator, Object, Object)
Used to perform a Bitwise compare on a column
Public methodCCondition(String, String, eOperator, Object, Object)
Used to perform a Bitwise compare on a table and a column
Public methodCCondition(String, String, eOperator, String, String)
Compare a column in one table to a column in another table

Methods

  NameDescription
Public methodClear
Clear previous condition information

See Also