dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleRef Class / Pin Method / Pin(OracleConnection) Method
A connection to a data source.

In This Topic
    Pin(OracleConnection) Method
    In This Topic
    Creates an object associated with the specified reference.
    Syntax
    'Declaration
     
    Public Overloads Sub Pin( _
       ByVal connection As OracleConnection _
    ) 
    public void Pin( 
       OracleConnection connection
    )

    Parameters

    connection
    A connection to a data source.
    Remarks
    Use GetObject method to retrieve the object value.
    See Also