dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleObject Class / NativeOracleObject Constructor / NativeOracleObject Constructor(String,OracleConnection)
Name of the object type at the Oracle server.
An OracleConnection used to describe object type at the Oracle server.

In This Topic
    NativeOracleObject Constructor(String,OracleConnection)
    In This Topic
    Initializes a new instance of the NativeOracleObject class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal typeName As String, _
       ByVal connection As OracleConnection _
    )
    public NativeOracleObject( 
       string typeName,
       OracleConnection connection
    )

    Parameters

    typeName
    Name of the object type at the Oracle server.
    connection
    An OracleConnection used to describe object type at the Oracle server.
    Remarks
    Use this constructor to create an NativeOracleObject and pass it as a parameter by assigning to Value at the time of OracleParameter initialization.
    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