Mimer Data Provider v9.2

MimerConnection.DataSource Property

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

[Visual Basic]
Public ReadOnly Property DataSource As String
[C#]
public string DataSource {get;}

Property Value

The name of the current data source. The default value is an empty string.

See Also

MimerConnection Class | Mimer.Data.Client Namespace