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