Source(String, Object) Constructor
Initializes a new class instance with the specified name and data source.
Namespace: DevExpress.DataAccess.DataFederation
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | The name of the data source in the federated query. |
dataSource | Object | The data source. |
See Also