OleDbParameterCollection::IndexOf Method (String^)

 

Gets the location of the specified OleDbParameter with the specified name.

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

public:
virtual int IndexOf(
	String^ parameterName
) override

Parameters

parameterName
Type: System::String^

The case-sensitive name of the OleDbParameter to find.

Return Value

Type: System::Int32

The zero-based location of the specified OleDbParameter with the specified case-sensitive name.

.NET Framework
Available since 1.1
Return to top
Show: