'Declaration Public Function New( _ ByVal typeName As String, _ ByVal connection As OracleConnection _ )
public NativeOracleTable( string typeName, OracleConnection connection )
Parameters
- typeName
- The name of the type on the server.
- connection
- An OracleConnection to use.