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
    public string Name {get;}

    Property Value

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