dotConnect for SQL Server Documentation
Devart.Data.SqlServer Namespace / SqlErrorCollection Class / Item Property
The zero-based index of the error to retrieve.

In This Topic
Item Property (SqlErrorCollection)
In This Topic
Gets the error at the specified index.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As SqlError
 

Parameters

index
The zero-based index of the error to retrieve.

Property Value

A SqlError object.
See Also