Overload List
Name | Description | |
---|---|---|
![]() | Condition(Collection<(Of <<'(CCondition>)>>)) |
Collection of Conditions. Require for advanced JOIN statements
(Inherited from CConditionCommon.) |
![]() | Condition(CCondition) |
Add a CCondition to the comparison stack
(Inherited from CConditionCommon.) |
![]() | Condition(eLogic) |
Required to concatenate multiple conditions together
(Inherited from CConditionCommon.) |
![]() | Condition(String, eOperator) |
Check if a column IsNull or IsNotNull
(Inherited from CConditionCommon.) |
![]() | Condition(String, String, eOperator) |
Check if a column in a table IsNull or IsNotNull
(Inherited from CConditionCommon.) |
![]() | Condition(String, eOperator, Object) |
Compare a column to data
(Inherited from CConditionCommon.) |
![]() | Condition(String, String, eOperator, Object) |
Compare a table column to data
(Inherited from CConditionCommon.) |
![]() | Condition(String, eOperator, Object, Object) |
Used to perform a Bitwise compare on a column
(Inherited from CConditionCommon.) |
![]() | Condition(String, String, eOperator, Object, Object) |
Used to perform a Bitwise compare on a table and a column
(Inherited from CConditionCommon.) |
![]() | Condition(String, String, eOperator, String, String) |
Compare a column in one table to a column in another table
(Inherited from CConditionCommon.) |