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

In This Topic
RowType Property (PgSqlAttribute)
In This Topic
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.
See Also