dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDataTable Class / SplitObjects Property

In This Topic
SplitObjects Property
In This Topic
Determines how attributes of PostgreSQL objects are stored and represented in PgSqlDataTable.
Syntax
'Declaration
 
Public Property SplitObjects As Boolean
 

Property Value

If true, PostgreSQL objects are decomposed to individual attributes. Otherwise objects are represented as PgSqlRow.
Remarks
This property has no effect when ObjectView property is true.
See Also