Skip to main content
All docs
V25.1
  • Join(Table, Table, SqlJoinType, IEnumerable<RelationColumnInfo>) Constructor

    Initializes a new instance of the Join class with specified settings.

    Namespace: DevExpress.DataAccess.Sql

    Assembly: DevExpress.DataAccess.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public Join(
        Table parent,
        Table nested,
        SqlJoinType type,
        IEnumerable<RelationColumnInfo> columns
    )

    Parameters

    Name Type Description
    parent Table

    A parent table.

    nested Table

    A nested table.

    type SqlJoinType

    The join operation type

    columns IEnumerable<RelationColumnInfo>

    An array of columns relations.

    See Also