Skip to main content

FederationRelationColumnInfo(String, String, FederationConditionType) Constructor

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

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,
    FederationConditionType conditionType
)

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.

conditionType FederationConditionType

A FederationConditionType enumaration member that specifies the condition operator.

See Also