Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnectionStringBuilder.UserID Property

Gets or sets the firebird User account for login.

[Visual Basic]
Public Property UserID As String
[C#]
public string UserID {get; set;}

Property Value

The user name.

See Also

FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace