Skip to main content
A newer version of this page is available. .

SelectQuery.AddRelation Method

Name Parameters Description
AddRelation(Table, Table, RelationColumnInfo[]) parent, nested, keyColumns Creates a relation between two data tables using an inner join operation.
AddRelation(Table, Table, JoinType, RelationColumnInfo[]) parent, nested, joinType, keyColumns Creates a relation between two data tables using a specified join operation.
AddRelation(Table, Table, JoinType, String, String, ConditionType) parent, nested, joinType, parentKeyColumn, nestedKeyColumn, compareOperator Creates a relation between two data tables using a specified join operation and logical condition.
AddRelation(Table, Table, JoinType, String, String) parent, nested, joinType, parentKeyColumn, nestedKeyColumn Creates a relation between two data tables using a specified join operation.
AddRelation(Table, Table, JoinType, String) parent, nested, joinType, keyColumn Creates a relation between two data tables using a specified join operation.
AddRelation(Table, Table, String, String, ConditionType) parent, nested, parentKeyColumn, nestedKeyColumn, compareOperator Creates a relation between two data tables using an inner join operation and logical condition.
AddRelation(Table, Table, String, String) parent, nested, parentKeyColumn, nestedKeyColumn Creates a relation between two data tables using an inner join operation.
AddRelation(Table, Table, String) parent, nested, keyColumn Creates a relation between two data tables using an inner join operation.