MimerConnection.Database Property
Gets the name of the current database.
[Visual Basic]NotOverridable Public ReadOnly Property Database As
String Implements _
IDbConnection.Database
[C#]public
string Database {get;}
Property Value
The name of the current database. The default value is an empty string.
Implements
IDbConnection.Database
See Also
MimerConnection Class | Mimer.Data.Client Namespace