普段はこんなことをしている...
var theDogs = from d in db.Dogs where d.Equals(5) select d;
//LetThemOut(theDogs);
ここで、db は DataContext で Dogs はテーブルですが、View はどうでしょうか?
それは同じですか?
普段はこんなことをしている...
var theDogs = from d in db.Dogs where d.Equals(5) select d;
//LetThemOut(theDogs);
ここで、db は DataContext で Dogs はテーブルですが、View はどうでしょうか?
それは同じですか?