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
Public method RemoveAt(Int32) Removes the SqlCeParameter at the specified index from the collection. (Overrides DbParameterCollection.RemoveAt(Int32).)
Public method RemoveAt(String) Removes the SqlCeParameter with the specified name from the collection. (Overrides DbParameterCollection.RemoveAt(String).)

Top

See Also

Reference

SqlCeParameterCollection Class

System.Data.SqlServerCe Namespace