dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlAttribute Class / RowType Property

RowType Property (PgSqlAttribute)
Gets PgSqlRowType that describes data contained in the attribute.
Syntax
'Declaration
 
Public ReadOnly Property RowType As PgSqlRowType
 

Property Value

PgSqlRowType instance that describes data contained in the attribute.
Remarks
This property is a null reference (Nothing in Visual Basic) unless the DbType is PgSqlType.Row. In this case RowType property points to instance of PgSqlRowType that can be used to describe PgSqlRow contained in the attribute.
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