Npgsql Api Docs

ServerVersion Class

NOTE: This class is now obsolete.

Use System.Version


Represent the backend server version. As this class offers no functionality beyond that offered by Version it has been deprecated in favour of that class.

For a list of all members of this type, see ServerVersion Members.

System.Object
   Npgsql.ServerVersion

[Visual Basic]
NotInheritable Public Class ServerVersion
    Implements IComparable, IEquatable`1([Npgsql.ServerVersion, Npgsql, Version=2.0.11.92, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7)), ICloneable, IComparable`1([Npgsql.ServerVersion, Npgsql, Version=2.0.11.92, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7))
[C#]
public sealed class ServerVersion : IComparable, 92, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7]], ICloneable, 92, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7]]

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Npgsql

Assembly: Npgsql (in )

See Also

ServerVersion Members | Npgsql Namespace