OdbcParameterCollection::Contains Method (Object^)

 

Determines whether the specified Object is in this OdbcParameterCollection.

Namespace:   System.Data.Odbc
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 OdbcParameterCollection contains the value otherwise false.

.NET Framework
Available since 1.1
Return to top
Show: