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

On this page
    UserId Property (PgSqlConnectionStringBuilder)
    On this page
    Gets or sets the name of the user to connect.
    Syntax
    'Declaration
     
    Public Property UserId As String
    public string UserId {get; set;}

    Property Value

    The name of the user to connect.
    See Also