Firebird ADO.NET Provider SDK Documentation - v1.7

FbDatabasesInfo.Databases Property

Returns the list of database file paths.

[Visual Basic]
Public ReadOnly Property Databases As StringCollection
[C#]
public System.Collections.Specialized.StringCollection Databases {get;}

Property Value

List of database file paths.

See Also

FbDatabasesInfo Class | FirebirdSql.Data.Firebird.Services Namespace