dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleBFile Class / OracleBFile Constructor / OracleBFile Constructor(OracleConnection)
OracleConnection to use.

In This Topic
OracleBFile Constructor(OracleConnection)
In This Topic
Initializes a new instance of the OracleBFile class with the specified OracleConnection.
Syntax
'Declaration
 
Public Function New( _
   ByVal connection As OracleConnection _
)
 

Parameters

connection
OracleConnection to use.
Remarks
The connection must be opened explicitly by the application. OracleBFile object does not open the connection implicitly.
See Also