public class BloggingContext : DbContext { public DbSet<Blog> Blogs { get; set; } ... You now have to change all the select queries.
確定! 回上一頁