Method | Description | |
---|---|---|
JoinClause ( JoinType join, string toTableName, string toColumnName, Comparison @operator, string fromTableName, string fromColumnName ) |
Creates a new Join Clause
|
public JoinClause ( JoinType join, string toTableName, string toColumnName, Comparison @operator, string fromTableName, string fromColumnName ) | ||
join | JoinType | Specifies the Type of Join statement this is. |
toTableName | string | The Joining Table name |
toColumnName | string | The Joining Table Comparison Field |
@operator | Comparison | |
fromTableName | string | The table name we are joining INTO |
fromColumnName | string | The From Table Comparison Field |