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

DataSourceTypes Class

Specifies the data source types available on the Select the Data Source Type wizard page.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.DataAccess.v18.1.dll

Declaration

public class DataSourceTypes :
    HashSet<DataSourceType>

The following members accept/return DataSourceTypes objects:

Remarks

This class is inherited from a System.Collections.Generic.HashSet object listing DataSourceType values.

The DataSourceTypes.All property specifies that all data source types are available in the Data Source Wizard.

A DataSourceTypes object is accepted as a parameter by constructors of the following classes.

The following code snippets (auto-collected from DevExpress Examples) contain references to the DataSourceTypes class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also