dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnection Class / ServerVersion Property

ServerVersion Property (PgSqlConnection)
Gets a string containing the version of the instance of PostgreSQL to which the client is connected.
Syntax
'Declaration
 
Public Shadows ReadOnly Property ServerVersion As String
 

Property Value

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