NpgsqlConnection.ServerVersion Property
[This is preliminary documentation and subject to change.]
Version of the PostgreSQL backend. This can only be called when there is an active connection.
[Visual Basic]
<Browsable(Browsable=False)>
Public ReadOnly Property ServerVersion As
ServerVersion
[C#]
[Browsable(Browsable=False)]
public
ServerVersion ServerVersion {get;}
See Also
NpgsqlConnection Class | Npgsql Namespace