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 | |
---|---|---|
![]() |
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) | 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
See Also
Reference
SqlCeParameterCollection Class