OleDbParameterCollection::Contains Method (Object^)

 

Determines whether the specified Object is in this OleDbParameterCollection.

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

public:
virtual bool Contains(
	Object^ value
) override

Parameters

value
Type: System::Object^

The Object value.

Return Value

Type: System::Boolean

true if the OleDbParameterCollection contains value; otherwise false.

.NET Framework
Available since 1.1
Return to top
Show: