ideaki's blog

WinRT C#/XAML の開発について

2016-04-03から1日間の記事一覧

UWP EntityFramework SQLite DBファイルをデフォルト以外に保存する

ドキュメントによるとデフォルトは下記 ApplicationData.Current.LocalFolder.Path デフォルト以外に保存する場合は public class FooBarContext : DbContext { public DbSet<Foo> Foos { get; set; } public DbSet<Bar> Bars { get; set; } protected override void O</bar></foo>…