DataSourceTypes Class
In This Article
Specifies the data source types available on the Select a data connection type and Select the data source type
wizard pages.
Namespace: DevExpress.DataAccess.Wizard.Services
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Related API Members
The following members 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.
See Also