'Declaration Public Function New( _ ByVal typeName As String, _ ByVal connection As OracleConnection _ )
public OracleObject( string typeName, OracleConnection connection )
Parameters
- typeName
- Name of the object type at the Oracle server.
- connection
- An OracleConnection used to describe object type at the Oracle server.