MasterDetailInfoCollection.Add(String, String, String, String) Method
Adds the specified master-detail relation to the collection.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
public void Add(
string masterQueryName,
string detailQueryName,
string masterKeyColumn,
string detailKeyColumn
)
Parameters
Name | Type | Description |
---|---|---|
masterQueryName | String | A String value, specifying the name of the master query. |
detailQueryName | String | A String value, specifying the name of the detail query. |
masterKeyColumn | String | A String value, specifying the key column of the master query. |
detailKeyColumn | String | A String value, specifying the key column of the detail query. |
See Also