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.

    See Also