OleDbParameterCollection::Contains Method (String^)

 

Determines whether the specified String is in this OleDbParameterCollection.

Namespace:   System.Data.OleDb
Assembly:  System.Data (in System.Data.dll)

public:
virtual bool Contains(
	String^ value
) override

Parameters

value
Type: System::String^

The String value.

Return Value

Type: System::Boolean

true if the OleDbParameterCollection contains the value; otherwise false.

.NET Framework
Available since 1.1
Return to top
Show: