Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    NuGet Package: DevExpress.DataAccess

    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