Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnectionStringBuilder.Password Property

Gets ort sets the password for the Firebird user account.

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

Property Value

The user password.

See Also

FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace