Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnectionStringBuilder.Database Property

Gets the name of the actual database or the database to be used when a connection is open.

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

Property Value

The name of the actual database or the database to be used when a connection is open. The default value is an empty string.

See Also

FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace