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.
    See Also