Firebird ADO.NET Provider SDK Documentation - v1.7 |
|
FbConnection.Database Property
Gets the name of the actual database or the database to be used when a connection is open.
[Visual Basic]
<DesignerSerializationVisibility(Visibility:=DesignerSerializationVisibility.Hidden)>
NotOverridable Public ReadOnly Property Database As
String _
[C#]
[DesignerSerializationVisibility(Visibility=DesignerSerializationVisibility.Hidden)]
public
string Database {get;}
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.
Implements
IDbConnection.Database
See Also
FbConnection Class | FirebirdSql.Data.Firebird Namespace