corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-services-e241b4f9.md
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.v25.2.dll
NuGet Package : DevExpress.DataAccess
public class DataSourceTypes :
HashSet<DataSourceType>
Public Class DataSourceTypes
Inherits HashSet(Of DataSourceType)
The following members return DataSourceTypes objects:
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.
Object HashSet<DataSourceType> DataSourceTypes
See Also