Npgsql API Documentation

ServerVersion Members

[This is preliminary documentation and subject to change.]

ServerVersion overview

Public Static (Shared) Fields

ProtocolVersion2 
ProtocolVersion3 

Public Static (Shared) Operators

Equality Operator 
Greater Than Operator 
Greater Than Or Equal Operator 
Inequality Operator 
Less Than Operator 
Less Than Or Equal Operator 

Public Instance Properties

Major Server version major number.
Minor Server version minor number.
Patch Server version patch level number.

Public Instance Methods

Equals 
GetHashCode 
GetType (inherited from Object)Gets the Type of the current instance.
ToString Returns the string representation of this version in three place dot notation (Major.Minor.Patch).

See Also

ServerVersion Class | Npgsql Namespace