dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlRowType Class / Attributes Property

In This Topic
    Attributes Property
    In This Topic
    Gets collection of attributes that can be used to retrieve data form PgSqlRow.
    Syntax
    'Declaration
     
    Public ReadOnly Property Attributes As PgSqlAttributeCollection
    public PgSqlAttributeCollection Attributes {get;}

    Property Value

    Collection of attributes.
    Remarks
    PgSqlAttributeCollection allows to iterate through available PgSqlAttribute instances and obtain values using Item methods.
    See Also