Skip to main content

FederationMasterDetailInfo(String, String, String, String) Constructor

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

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public FederationMasterDetailInfo(
    string masterQueryName,
    string detailQueryName,
    string masterKeyColumn,
    string detailKeyColumn
)

Parameters

Name Type Description
masterQueryName String

A String that is the master query name.

detailQueryName String

A String that is the detail query name.

masterKeyColumn String

A list of master key columns.

detailKeyColumn String

A list of detail key columns.

See Also