Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public DataSourceTypes(
    IEnumerable<DataSourceType> collection
)

Parameters

Name Type Description
collection IEnumerable<DataSourceType>

A collection of DataSourceType objects.

See Also