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

In This Topic
    IsDescribed Property
    In This Topic
    Gets the value indicating whether the OracleType is described on the server.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsDescribed As Boolean
    public bool IsDescribed {get;}

    Property Value

    true if the specified OracleType is described on the server; otherwise, false.
    See Also