DbSettings
DbSettings class
Allows to specify settings to read from project database.
Methods
| Name | Description |
|---|---|
| get_ConnectionString | Gets the connection string. |
| get_ProviderInvariantName | Gets provider invariant name which is used to get an instance of the System::Data::Common::DbProviderFactory class. |
| set_ConnectionString | Sets the connection string. |
| set_ProviderInvariantName | Sets provider invariant name which is used to get an instance of the System::Data::Common::DbProviderFactory class. |