SqlCeParameterCollection.RemoveAt Method
Include Protected Members
Include Inherited Members
Removes the specified SqlCeParameter from the collection.
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 | |
---|---|---|
RemoveAt(Int32) | Removes the SqlCeParameter at the specified index from the collection. (Overrides DbParameterCollection.RemoveAt(Int32).) | |
RemoveAt(String) | Removes the SqlCeParameter with the specified name from the collection. (Overrides DbParameterCollection.RemoveAt(String).) |
Top