dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleType Class / GetObjectType Method / GetObjectType(String,String,OracleConnection) Method
The name of the schema that contains typeName object type. Case sensitive.
The name of the object type at the server. Case sensitive.
The OracleConnection object used to describe type at the server.

In This Topic
    GetObjectType(String,String,OracleConnection) Method
    In This Topic
    Gets type of the object as OracleType.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetObjectType( _
       ByVal schemaName As String, _
       ByVal typeName As String, _
       ByVal connection As OracleConnection _
    ) As OracleType
    public static OracleType GetObjectType( 
       string schemaName,
       string typeName,
       OracleConnection connection
    )

    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.
    connection
    The OracleConnection object used to describe type at the server.

    Return Value

    The OracleType that represents describe of the object type.
    See Also