[]
Represents a join condition between two base tables.
[DataContract]
public class RuntimeJoinCondition
| Name | Description |
|---|---|
| RuntimeJoinCondition() | Initializes a new instance of the RuntimeJoinCondition class. |
| RuntimeJoinCondition(string, string) | Initializes a new instance of the RuntimeJoinCondition class. |
| Name | Description |
|---|---|
| from | The fully qualified column name in the primary table. |
| to | The fully qualified column name in the secondary table. |