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