dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OraclePipe Class / OraclePipe Constructor / OraclePipe Constructor(OracleConnection,String)
OracleConnection used by OraclePipe.
Name of the pipe.

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

    Parameters

    connection
    OracleConnection used by OraclePipe.
    pipeName
    Name of the pipe.
    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