Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a SqlCeParameter to the SqlCeCommand.
Overload List
| Name | Description | 
|---|---|
| SqlCeParameterCollection.Add (Object) | 
Adds a SqlCeParameter object to the SqlCeCommand.
 | 
| SqlCeParameterCollection.Add (SqlCeParameter) | 
Adds the specified SqlCeParameter to the SqlCeParameterCollection.
 | 
| SqlCeParameterCollection.Add (String, Object) | 
Adds a SqlCeParameter to the SqlCeParameterCollection given the parameter name and value.
 | 
| SqlCeParameterCollection.Add (String, SqlDbType) | 
Adds a SqlCeParameter to the SqlCeParameterCollection given the parameter name and data type.
 | 
| SqlCeParameterCollection.Add (String, SqlDbType, Int32) | 
Adds a SqlCeParameter to the SqlCeParameterCollection given the parameter name, data type, and column width.
 | 
| SqlCeParameterCollection.Add (String, SqlDbType, Int32, String) | 
Adds a SqlCeParameter to the SqlCeCommand given the parameter name, data type, column width, and source column name.
 | 
See Also
Reference
SqlCeParameterCollection Class
SqlCeParameterCollection Members
System.Data.SqlServerCe Namespace