Last active
August 29, 2015 14:20
-
-
Save GuyHarwood/7ac273134adb00b4f408 to your computer and use it in GitHub Desktop.
SQL Server CE Connection String for Entity Framework
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<add name="MyContext" connectionString="Data Source=|DataDirectory|myDatabase.sdf" providerName="System.Data.SqlServerCe.4.0"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment