Determines how attributes of PostgreSQL objects are stored and represented in
PgSqlDataTable.
|
|---|
'Declaration
Public Property SplitObjects As Boolean |
|
|---|
public bool SplitObjects {get; set;} |
Property Value
If
true, PostgreSQL objects are decomposed to individual attributes. Otherwise objects are represented as
PgSqlRow.