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

In This Topic
    SplitObjects Property
    In This Topic
    Determines how attributes of Oracle objects are stored and represented in OracleDataTable.
    Syntax
    'Declaration
     
    Public Property SplitObjects As Boolean
    public bool SplitObjects {get; set;}

    Property Value

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