InstrumentType type = db.InstrumentType.Single<InstrumentType>(t => t.TypeID == 12);
Single:只返回一个符合当前条件的对象,如果条件筛选出了多个对象,则会引发异常

 

版权声明:本文为powerworld原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
本文链接:https://www.cnblogs.com/powerworld/p/14189526.html