SqlCeParameterCollection.Contains Method (Object)
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets a value indicating whether or not a SqlCeParameter object exists in the collection.
[Visual Basic] Overloads Public Overridable Function Contains( _ ByVal value As Object _ ) As Boolean Implements IList.Contains [C#] public virtual bool Contains(object value ); [C++] public: virtual bool Contains(Object* value ); [JScript] public function Contains( value : Object) : Boolean;
Parameters
- value
The value of the SqlCeParameter object to find.
Return Value
true if the collection contains the SqlCeParameter; otherwise, false.
Implements
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeParameterCollection Class | SqlCeParameterCollection Members | System.Data.SqlServerCe Namespace | SqlCeParameterCollection.Contains Overload List
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.