dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLocalization Class / ServerMessageSeverityNotice Field

In This Topic
    ServerMessageSeverityNotice Field
    In This Topic
    Gets or sets the name of the "NOTICE" severity level of PostgreSQL server events in a language used by the server.
    Syntax
    'Declaration
     
    Public Shared ServerMessageSeverityNotice As String
    public static string ServerMessageSeverityNotice

    Field Value

    The name of the "NOTICE" severity level of PostgreSQL server events in a language used by the server.
    Remarks
    If PostgreSQL server returns event severity levels in other language than English, set this property to the name of the "NOTICE" severity level in a language used by the server if you want event severity to be correctly detected and assigned to the Severity or PgSqlException.Severity properties. Otherwise, these properties will be set to Severity.Unknown.
    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