dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlErrorCollection Class / Item Property

On this page
    Item Property (PgSqlErrorCollection)
    On this page
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal i As Integer _
    ) As PgSqlError
    public PgSqlError this[ 
       int i
    ]; {get;}

    Parameters

    i
    See Also