Mimer Data Provider

MimerConnection.DataSource Property

Gets the name of the current data source. This is currently the same as the database name.

[Visual Basic]
Public Property ReadOnly DataSource As String
[C#]
public string DataSource { get; }
[C++]
public: __property String* get_DataSource();
[JScript]
public function get DataSource() : String

Property Value

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

See Also

MimerConnection Class | Mimer.Data.Client Namespace | Database