'Declaration Public Overloads Shared Function GetObjectType( _ ByVal name As String, _ ByVal connection As OracleConnection _ ) As OracleType
public static OracleType GetObjectType( string name, OracleConnection connection )
Parameters
- name
- The name of the object type at the server. Case sensitive.
- connection
- The OracleConnection object used to describe type at the server.
Return Value
The OracleType that represents describe of the object type.