OdbcParameterCollection::Contains Method (OdbcParameter^)

 

Determines whether the specified OdbcParameter is in this OdbcParameterCollection.

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

public:
bool Contains(
	OdbcParameter^ value
)

Parameters

value
Type: System.Data.Odbc::OdbcParameter^

The OdbcParameter value.

Return Value

Type: System::Boolean

true if the OdbcParameter is in the collection; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: