dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDatabase Class / ServerVersion Property

In This Topic
    ServerVersion Property (OracleDatabase)
    In This Topic
    Gets a string containing the version of the instance of Oracle Database, the OracleDatabase object is connected to.
    Syntax
    'Declaration
     
    Public ReadOnly Property ServerVersion As String
    public string ServerVersion {get;}

    Property Value

    The version of the instance of Oracle Database.
    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