日期:2014-05-17  浏览次数:20454 次

asp.net EF插入更新问题?
EF建立的模型后,插入数据,把某一字段的属性设为 StoreGeneratedPattern="Identity" 后,

如果想更改这个字段,无法更改。。。

原意思是,如,插一条数据,(username,password,createdate)

   userTable u=new userTable();
   u.username='123';
   u.password='123456';

   如果不写createdate则数据库自动获取当前时间,

   若指定时间则是指定的时间。

   注:数据库的createdate的默认值为getDate()

------解决方案--------------------
这个我也正ef,晕。。替楼主顶吧。