Mimer SQL Data Provider
Database Property (MimerConnection)




Mimer.Data.Client Namespace > MimerConnection Class : Database Property
Gets the name of the current database.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property Database As String
public override string Database {get;}
public read-only property Database: String; override; 
public override function get Database : String
public: __property string* get_Database() override;

Property Value

The name of the current database. The default value is an empty string.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members