Click or drag to resize
DBDriverBaseCreateParameter Method
Overload List
  NameDescription
Public methodCreateParameter(DbCommand, DBStoredProcedureParameter)
Creates a new db parameter based on the passed in DBStoredProcedureParameter
Public methodCreateParameter(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.
Public methodCreateParameter(DbCommand, String, DbType, Int32)
Creates a new parameter with the values specified and adds it to the parameter collection of the command specified
Public methodCreateParameter(DbCommand, String, DbType, Int32, Object)
Creates a new parameter with the values specified and adds it to the parameter collection of the command specified
Top
See Also