Skip to main content

FederationRelationColumnInfo(String, String) Constructor

Initializes a new FederationRelationColumnInfo instance with the specified parent and nested key column names.

Namespace: DevExpress.DataAccess.DataFederation

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public FederationRelationColumnInfo(
    string parentKeyColumn,
    string nestedKeyColumn
)

Parameters

Name Type Description
parentKeyColumn String

A name of the column that contains the parent key.

nestedKeyColumn String

A name of the column that contains the nested key.

See Also