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

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

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.
Remarks
The name of the type can be specified as [schemaname].[typename] or just [typename]. At the last case the current schema will be used.
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