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

In This Topic
ShortServerVersion Property (OracleConnection)
In This Topic
Gets the version of the instance of Oracle Database, the OracleConnection object is connected to, as a System.Version object.
Syntax
'Declaration
 
Public ReadOnly Property ShortServerVersion As Version
 

Property Value

The System.Version object, representing the version of the instance of Oracle Database, the OracleConnection object is connected to.
See Also