dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleType Class / GetObjectType Method / GetObjectType(String,String,String) 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 connection string used to describe the type at the server.

GetObjectType(String,String,String) Method
Gets type of the object as OracleType.
Syntax
'Declaration
 
Public Overloads Shared Function GetObjectType( _
   ByVal schemaName As String, _
   ByVal typeName As String, _
   ByVal connectionString As String _
) As OracleType
 

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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also