OdbcErrorCollection::Item Property (Int32)

 

Gets the error at the specified index.

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

public:
property OdbcError^ default[
	int i
] {
	OdbcError^ get(int i);
}

Parameters

i
Type: System::Int32

The zero-based index of the error to retrieve.

Property Value

Type: System.Data.Odbc::OdbcError^

An OdbcError that contains the error at the specified index.

.NET Framework
Available since 1.1
Return to top
Show: