.NET Framework Class Library
SqlParameterCollection..::.Add Method

Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkAdd(SqlParameter)Adds the specified SqlParameter object to the SqlParameterCollection.
Public methodSupported by the .NET Compact FrameworkAdd(Object)Adds the specified SqlParameter object to the SqlParameterCollection. (Overrides DbParameterCollection..::.Add(Object).)
Public methodSupported by the .NET Compact FrameworkAdd(String, SqlDbType)Adds a SqlParameter to the SqlParameterCollection given the parameter name and the data type.
Public methodSupported by the .NET Compact FrameworkAdd(String, Object) Obsolete. Adds the specified SqlParameter object to the SqlParameterCollection.
Public methodSupported by the .NET Compact FrameworkAdd(String, SqlDbType, Int32)Adds a SqlParameter to the SqlParameterCollection, given the specified parameter name, SqlDbType and size.
Public methodSupported by the .NET Compact FrameworkAdd(String, SqlDbType, Int32, String)Adds a SqlParameter to the SqlParameterCollection with the parameter name, the data type, and the column length.
Top
See Also

Reference

Tags :


Page view tracker