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.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
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