Compare a table column to data
Namespace: Wiker.WIDatabaseAssembly:
Syntax
C# |
---|
public CCondition( string tableA, string columnA, eOperator conditionOperator, Object dataB ) |
Visual Basic |
---|
Public Sub New ( _ tableA As String, _ columnA As String, _ conditionOperator As eOperator, _ dataB As Object _ ) |
Visual C++ |
---|
public: CCondition( String^ tableA, String^ columnA, eOperator conditionOperator, Object^ dataB ) |
Parameters
- tableA
- Type: System..::..String
Table column is in
- columnA
- Type: System..::..String
Column to compare
- conditionOperator
- Type: Wiker.WIDatabase..::..eOperator
Type of comparision
- dataB
- Type: System..::..Object
Data to compare to