dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleRef Class / OracleRef Constructor / OracleRef Constructor(String)
A hexadecimal string representation of the reference to an Oracle object.

In This Topic
    OracleRef Constructor(String)
    In This Topic
    Initializes a new instance of the OracleRef class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As String _
    )
    public OracleRef( 
       string value
    )

    Parameters

    value
    A hexadecimal string representation of the reference to an Oracle object.
    See Also