DataSourceInfo(String, Object) Constructor
Initializes a new instance of the DataSourceInfo class with the specified name and datasource.
Namespace: DevExpress.Snap.Core.API
Assembly: DevExpress.Snap.v21.2.Core.dll
NuGet Package: DevExpress.Snap.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dataSourceName | String | A String value, specifying the datasource name. |
| dataSource | Object | A Object value, specifying the datasource. |
See Also