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 _
)
 

Parameters

connection
OracleConnection used by OraclePipe.
pipeName
Name of the pipe.
See Also