Mimer Data Provider

MimerConnection.Database Property

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

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