SqlCeParameterCollection.Add Method

Include Protected Members
Include Inherited Members

Adds a SqlCeParameter to the SqlCeCommand.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method Add(Object) Adds a SqlCeParameter object to the SqlCeCommand. (Overrides DbParameterCollection.Add(Object).)
Public method Add(SqlCeParameter) Adds the specified SqlCeParameter to the SqlCeParameterCollection.
Public method Add(String, SqlDbType) Adds a SqlCeParameter to the SqlCeParameterCollection given the parameter name and data type.
Public method Add(String, Object) Obsolete. Adds a SqlCeParameter to the SqlCeParameterCollection given the parameter name and value.
Public method Add(String, SqlDbType, Int32) Adds a SqlCeParameter to the SqlCeParameterCollection given the parameter name, data type, and column width.
Public method Add(String, SqlDbType, Int32, String) Adds a SqlCeParameter to the SqlCeCommand given the parameter name, data type, column width, and source column name.

Top

See Also

Reference

SqlCeParameterCollection Class

System.Data.SqlServerCe Namespace