Skip to main content
All docs
V26.1
  • SelectQuery.AddRelation(Table, Table, SqlJoinType, String) Method

    Namespace: DevExpress.DataAccess.Sql

    Assembly: DevExpress.DataAccess.v26.1.dll

    Declaration

    public Join AddRelation(
        Table parent,
        Table nested,
        SqlJoinType joinType,
        string keyColumn
    )

    Parameters

    Name Type
    parent Table
    nested Table
    joinType SqlJoinType
    keyColumn String

    Returns

    Type
    Join
    See Also