DataSourceTypes(IEnumerable<DataSourceType>) Constructor
Initializes a new instance of the DataSourceTypes class with the specified data source types.
Namespace: DevExpress.DataAccess.Wizard.Services
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
collection | IEnumerable<DataSourceType> | A collection of DataSourceType objects. |
See Also