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.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
collection | IEnumerable<DataSourceType> | A collection of DataSourceType objects. |
See Also