SqlCeParameterCollection.Contains Method

Include Protected Members
Include Inherited Members

Indicates whether a SqlCeParameter exists in 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 Contains(Object) Gets a value indicating whether or not a SqlCeParameter object exists in the collection. (Overrides DbParameterCollection.Contains(Object).)
Public method Contains(String) Gets a value indicating whether a SqlCeParameter with the specified parameter name exists in the collection. (Overrides DbParameterCollection.Contains(String).)

Top

See Also

Reference

SqlCeParameterCollection Class

System.Data.SqlServerCe Namespace