URL: http://ufcpp.net/study/csharp/sp3_ormismatch.html
岩永さんのブログでは、
LINQ to SQL は昔使ってたが、今(2011年)は、Entity Frameworkがいいっぽい。
そのままコピペしたが、
using System.Data.Entity;
のところで
Assets/Scripts/Test/ComicDatabase.cs(1,14): error CS0234: The type or namespace name `Data' does not exist in the namespace `System'. Are you missing an assembly reference?
のエラーになった。
System.Data.Entity.dllが必要なのか?
ちなみに、
using System.ComponentModel.DataAnnotations;
もうまくいかない
こちらを見る限りでは、Mono 2.11.3では提供されているようだ
http://www.mono-project.com/EntityFramework