JOIN two tables together with an alias based on a CCondition
Namespace: Wiker.WIDatabaseAssembly:
Syntax
C# |
---|
public void Join( string joinTable, string alias, CCondition condition, eJoinType joinType ) |
Visual Basic |
---|
Public Sub Join ( _ joinTable As String, _ alias As String, _ condition As CCondition, _ joinType As eJoinType _ ) |
Visual C++ |
---|
public: void Join( String^ joinTable, String^ alias, CCondition^ condition, eJoinType joinType ) |
Parameters
- joinTable
- Type: System..::..String
First table to JOIN
- alias
- Type: System..::..String
Alias for table name
- condition
- Type: Wiker.WIDatabase..::..CCondition
Search criteria
- joinType
- Type: Wiker.WIDatabase..::..eJoinType
Type of JOIN
Return Value
void
Remarks
Defaults to eJoinType.Normal