.NET Framework Class Library
SqlParameterCollection..::.Add Method
|
| Name | Description |
|---|
.gif) .gif) | Add(SqlParameter) | Adds the specified SqlParameter object to the SqlParameterCollection. |
.gif) .gif) | Add(Object) | Adds the specified SqlParameter object to the SqlParameterCollection. (Overrides DbParameterCollection..::.Add(Object).) |
.gif) .gif) | Add(String, SqlDbType) | Adds a SqlParameter to the SqlParameterCollection given the parameter name and the data type. |
.gif) .gif) | Add(String, Object) | Obsolete. Adds the specified SqlParameter object to the SqlParameterCollection. |
.gif) .gif) | Add(String, SqlDbType, Int32) | Adds a SqlParameter to the SqlParameterCollection, given the specified parameter name, SqlDbType and size. |
.gif) .gif) | Add(String, SqlDbType, Int32, String) | Adds a SqlParameter to the SqlParameterCollection with the parameter name, the data type, and the column length. |
Top
Reference