| DBDriverBaseCreateParameter Method | 
| Name | Description | |
|---|---|---|
| CreateParameter(DbCommand, DBStoredProcedureParameter) | 
            Creates a new db parameter based on the passed in DBStoredProcedureParameter
              | |
| CreateParameter(DbCommand, String, Object) | 
            Creates a new parameter with the value specified. It's a different implementation as the other overloads: this overload doesn't set the DbType
            nor the size explicitly. Some providers need that like Sybase. 
              | |
| CreateParameter(DbCommand, String, DbType, Int32) | 
            Creates a new parameter with the values specified and adds it to the parameter collection of the command specified
              | |
| CreateParameter(DbCommand, String, DbType, Int32, Object) | 
            Creates a new parameter with the values specified and adds it to the parameter collection of the command specified
              |