'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.