dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleType Class / Name Property

In This Topic
Name Property (OracleType)
In This Topic
Gets type name of the object.
Syntax
'Declaration
 
Public ReadOnly Property Name As String
 

Property Value

String that represents name of the type.
Remarks
Name of the type is retrieved in [schemaname].[typename] format.
See Also