DataSourceTypes Constructors
Specifies the data source types available on the Select a data connection type andSelect the data source type wizard pages.
| Name | Parameters | Description |
|---|---|---|
| DataSourceTypes() | none | Initializes a new instance of the DataSourceTypes class with the default settings. |
| DataSourceTypes(WizardDataSourceType) | wizardDataSourceType | Initializes a new instance of the DataSourceTypes class with specified settings. |
| DataSourceTypes(IEnumerable<DataSourceType>) | collection | Initializes a new instance of the DataSourceTypes class with the specified data source types. |
See Also