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
The name of the current data source. The default value is the database name.
MimerConnection Class | Mimer.Data.Client Namespace | Database