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.
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 | |
---|---|---|
![]() |
Add(Object) | Adds a SqlCeParameter object to the SqlCeCommand. (Overrides DbParameterCollection.Add(Object).) |
![]() |
Add(SqlCeParameter) | Adds the specified SqlCeParameter to the SqlCeParameterCollection. |
![]() |
Add(String, SqlDbType) | Adds a SqlCeParameter to the SqlCeParameterCollection given the parameter name and data type. |
![]() |
Add(String, Object) | Obsolete. Adds a SqlCeParameter to the SqlCeParameterCollection given the parameter name and value. |
![]() |
Add(String, SqlDbType, Int32) | Adds a SqlCeParameter to the SqlCeParameterCollection given the parameter name, data type, and column width. |
![]() |
Add(String, SqlDbType, Int32, String) | Adds a SqlCeParameter to the SqlCeCommand given the parameter name, data type, column width, and source column name. |
Top