Gets the name of the current database.
[Visual Basic] Public Property ReadOnly Database As String _ Implements IDbConnection.Database [C#] public string Database { get; } [C++] public: __property String* get_Database(); [JScript] public function get Database() : String
The name of the current database. The default value is an empty string.
MimerConnection Class | Mimer.Data.Client Namespace