ServerVersion
This property specifies the version number of the Oracle database to which the OracleConnection
has established a connection.
Declaration
// C# public override string ServerVersion {get;}
Property Value
The version of the Oracle database.
Exceptions
InvalidOperationException
- The connection is closed.
Remarks
The default is an empty string.