Skip to main content
All docs
V26.1
  • FederationMasterDetailInfo(String, String, IEnumerable<FederationRelationColumnInfo>) Constructor

    Initializes a new instance of the FederationMasterDetailInfo class with the specified master and detail query names and relations.

    Namespace: DevExpress.DataAccess.DataFederation

    Assembly: DevExpress.DataAccess.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public FederationMasterDetailInfo(
        string masterQueryName,
        string detailQueryName,
        IEnumerable<FederationRelationColumnInfo> keyColumns
    )

    Parameters

    Name Type Description
    masterQueryName String

    A String that is the master query name.

    detailQueryName String

    A String that is the detail query name.

    keyColumns IEnumerable<FederationRelationColumnInfo>

    A list of column relations.

    See Also