Compartilhar via


SqlCeParameterCollection.Contains Method (String)

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Gets a value indicating whether a SqlCeParameter with the specified parameter name exists in the collection.

  [Visual Basic]
  Overloads Public Overridable Function Contains( _
   ByVal 
  value
   As String _
) As Boolean Implements IDataParameterCollection.Contains
[C#]
public virtual bool Contains(string value
);
[C++]
public: virtual bool Contains(String* value
);
[JScript]
public function Contains(
   value : String) : Boolean;

Parameters

  • value
    The name of the parameter.

Return Value

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

Implements

IDataParameterCollection.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.