我使用visual studio 2012
和创建portable class library
来定义我的数据库域。当我使用class library
, 可以添加System.ComponentModel.DataAnnotations
和System.ComponentModel.DataAnnotations.Schema
引用并且可以使用Foreignkey
,Table
和NotMapped
属性来定义我的域类。但是在创建时portable class library
我不能使用这个属性并且不能添加上面的引用。我想创建Silverlight
应用程序并且无法引用类库。
提前致谢。