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