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

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

    Parameters

    i
    See Also