Source(String, Object, String) Constructor
Initializes a new class instance with the specified name, data source and data member settings.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | The name of the data source in the federated query. |
dataSource | Object | The data source. |
dataMember | String | A string that specifies the data member - the table or list in the data source. |
See Also