[]
Initializes a new instance of the RuntimeJoinCondition class.
public RuntimeJoinCondition(string from, string to)
| Type | Name | Description |
|---|---|---|
| string | from | The fully qualified column name in the primary table. |
| string | to | The fully qualified column name in the secondary table. |
Initializes a new instance of the RuntimeJoinCondition class.
public RuntimeJoinCondition()