[]
Represents the options for data sources and the data source editor.
public class DataSourcesOptions
The DataSourcesOptions
class provides properties to configure the predefined providers, OLE DB providers, and custom providers available in the data source editor.
Name | Description |
---|---|
DataSourcesOptions() |
Name | Description |
---|---|
CustomProviders | Gets or sets the list of custom data providers available in the data source editor. |
OleDbProviders | Gets or sets the list of OLE DB providers available in the data source editor. |
PredefinedProviders | Gets or sets the list of predefined data providers available in the data source editor. |