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

In This Topic
    ObjectView Property
    In This Topic
    Indicates how PostgreSQL objects are represented in PgSqlDataTable and visual grids like DataGrid.
    Syntax
    'Declaration
     
    Public Property ObjectView As Boolean
    public bool ObjectView {get; set;}

    Property Value

    If true, PostgreSQL objects are shown as expandable secondary rows; otherwise the appearance depends on SplitObjects property.
    Remarks
    This feature is not supported in some grids, for example, GridView.
    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