dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDataTable Class / ObjectView Property

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

    Property Value

    If true, Oracle 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.
    See Also