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
    public bool SplitObjects {get; set;}

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