dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlConnectionStringBuilder Class / ApplicationName Property

In This Topic
    ApplicationName Property
    In This Topic
    Gets or sets the client application name.
    Syntax
    'Declaration
     
    Public Property ApplicationName As String
    public string ApplicationName {get; set;}

    Property Value

    The client application name. The default value is an empty string (""). This value changes only when the application explicitly updates it.
    Remarks

    Can be any string of less than 64 characters (in a standard PostgreSQL build). Should include only printable ASCII characters; any other characters will be replaced with question marks (?).The application name will be displayed in the pg_stat_activity view and may be included in the server log entries.

    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