Overload | Description |
---|---|
Add(String,UniDbType) | Adds a UniParameter to the UniParameterCollection given the parameter name and data type. |
Add(String,UniDbType,Int32) | Adds a UniParameter to the UniParameterCollection given the the parameter name, data type, and column width. |
Add(String,UniDbType,Int32,String) | Adds a UniParameter to the UniParameterCollection given the parameter name, data type, column width, and source column name. |
Add(String,Object) | Adds a UniParameter to the UniParameterCollection given the parameter name and value. |
Add(UniParameter) | Adds the specified UniParameter to the UniParameterCollection. |