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

Attributes Property
Gets collection of attributes that can be used to retrieve data form PgSqlRow.
Syntax
'Declaration
 
Public ReadOnly Property Attributes As PgSqlAttributeCollection
 

Property Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also