dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / NativeOracleTable Class / NativeOracleTable Constructor / NativeOracleTable Constructor(String,OracleConnection)
The name of the type on the server.
An OracleConnection to use.

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

Parameters

typeName
The name of the type on the server.
connection
An OracleConnection to use.
See Also