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

    NuGet Package: DevExpress.DataAccess

    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