Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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:
- 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.