Mimer SQL Data Provider
DataSource Property




Mimer.Data.Client Namespace > MimerConnection Class : DataSource Property
Gets the name of the current data source. This is currently the same as the database name.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property DataSource As String
public override string DataSource {get;}
public read-only property DataSource: String; override; 
public override function get DataSource : String
public: __property string* get_DataSource() override;

Property Value

The name of the current data source. The default value is the database name.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members
Database Property