dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleConnection Class / ServerType Property

In This Topic
    ServerType Property
    In This Topic
    Indicates whether the connected database is an Oracle database or a TimesTen database.
    Syntax
    'Declaration
     
    Public ReadOnly Property ServerType As OracleServerType
    public OracleServerType ServerType {get;}

    Property Value

    One of the OracleServerType values.
    See Also