IData |
The IDataConfigurationProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| AdoNetFactoryType | Gets the ADO.NET factory | |
| Capabilities | Discovery information about the configuration in Options | |
| DbProviderType | Get the database provider .NET type | |
| HostType | Gets the hosts on which this storage provider works | |
| Invariant | Gets the invariant name of the database solution this configuration provider configures | |
| Name | Gets the name of the storage provider (for humans) | |
| OptionGroups | Gets the groupings for the options | |
| Options | Get the configuration options | |
| Platform | Gets the platforms on which this storage provider works |
| Name | Description | |
|---|---|---|
| Configure | Add the necessary information to the configuration file | |
| CreateConnectionString | Creates the specified connection string with options | |
| CreateDatabase | Create the specified database in the provider | |
| Deploy |
Deploy the specified data feature to the specified configuration option
Obsolete | |
| DropDatabase | Drop the specified database in the provider | |
| GetDatabases | Get all databases from the remote server | |
| GetFeatures |
Get data features matching this invariant name
Obsolete | |
| ParseConnectionString | Parse the specified connection string into a dictionary of key/value pairs | |
| TestConnectionString | Tests the specified connection string to ensure it is valid with the provider and the remote machine exists |
| Name | Description | |
|---|---|---|
| ProgressChanged |
Fired when the progress of this instance has changed
(Inherited from IReportProgressChanged) |