dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnectionStringBuilder Class / UserId Property

In This Topic
    UserId Property (MySqlConnectionStringBuilder)
    In This Topic
    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