IDbProvider Methods | 
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
              | |
| MapParameterType | 
            Map a type to parameter type
              | |
| MapSchemaDataType | 
            Map datatype
              | 
| Name | Description | |
|---|---|---|
| UpgradeSchema(String) | Overloaded.   
            Upgrade schema
              (Defined by SqlFeatureUtil.) | |
| UpgradeSchema(String, ActionSingle, String) | Overloaded.   
            Upgrade the schema
              (Defined by SqlFeatureUtil.) |