Condividi tramite


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

Return Value

true if the collection contains the SqlCeParameter; otherwise, false.

Implements

IList.Contains

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

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.

Send comments on this topic.

© Microsoft Corporation. All rights reserved.