This topic has not yet been rated - Rate this topic

SqlCeConnection.DataSource Property

Gets the file name of the data source.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
public override string DataSource { get; }

Property Value

Type: System.String
The location and file name of the data source. The default value is an empty string.

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.