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
public Version ShortServerVersion {get;}
Property Value
The
System.Version object, representing the version of the instance of Oracle Database, the
OracleConnection object is connected to.
See Also