IDb |
The IDbProvider type exposes the following members.
| Name | Description | |
|---|---|---|
| CloneConnection | Get connection to a specified connection string | |
| ConvertValue(Object, Type) | Convert value | |
| ConvertValueT(Object) | Convert value | |
| CreateCommand(DataContext, SqlStatement) | Creates a command on the specified transaction | |
| CreateCommand(DataContext, String, Object) | Create command with specified text and parameters | |
| CreateStoredProcedureCommand | Creates a stored procedure call command | |
| GetDatabaseName | Get the name of the database | |
| GetReadonlyConnection | Retrieves a readonly connection | |
| GetWriteConnection | Retrieves a read/writer connection | |
| InitializeConnection | Allows te database connection provider to initialize the connection | |
| MapParameterType | Map a type to parameter type | |
| MapSchemaDataType | Map datatype | |
| Optimize | Optimize the databases |
| Name | Description | |
|---|---|---|
| CreateBackupAsset |
Create a backup asset for a provider
(Defined by SqlFeatureUtil) | |
| GetDataConfigurationProvider |
Get the configuration provider
(Defined by SqlFeatureUtil) | |
| RestoreBackupAsset |
Restore a backup asset
(Defined by SqlFeatureUtil) | |
| UpgradeSchema |
Upgrade schema
(Defined by SqlFeatureUtil) | |
| UpgradeSchema |
Upgrade the schema
(Defined by SqlFeatureUtil) |