Subscriber portal
Gets the file name of the data source.
public: virtual property String^ DataSource { String^ get () override; }
In SQL Server Compact, DataSource is returned as the full path of the database file; for example, "\my app\myDB.sdf". In SQL Server Compact, databases are always stored in separate files.