Overload | Description |
---|---|
Add(String,DB2Type) | Adds a DB2Parameter to the DB2ParameterCollection given the parameter name and data type. |
Add(String,DB2Type,Int32) | Adds a DB2Parameter to the DB2ParameterCollection given the the parameter name, data type, and data size. |
Add(String,DB2Type,Int32,String) | Adds a DB2Parameter to the DB2ParameterCollection given the parameter name, data type, column width, and source column name. |
Add(String,Object) | Adds a DB2Parameter to the DB2ParameterCollection given the parameter name and value. |
Add(DB2Parameter) | Adds the specified DB2Parameter to the DB2ParameterCollection. |