dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / ICustomOracleArray Interface / FromOracleArray Method
An NativeOracleArray instance to copy data from.

In This Topic
    FromOracleArray Method
    In This Topic
    Copies data from an NativeOracleArray instance.
    Syntax
    'Declaration
     
    Sub FromOracleArray( _
       ByVal oraArray As NativeOracleArray _
    ) 
    void FromOracleArray( 
       NativeOracleArray oraArray
    )

    Parameters

    oraArray
    An NativeOracleArray instance to copy data from.
    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