FederationMasterDetailInfo(String, String) Constructor
Initializes a new instance of the FederationMasterDetailInfo class with the specified master and detail query names.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| master | String | A String that is the master query name. |
| detail | String | A String that is the detail query name. |
See Also