摘要:
https://www.bbsmax.com/A/Vx5MvaGadN/ 模型中有循环引用是很常见的。例如,以下模型显示双向导航属性: : public class Category : { : public Category() : { : Products = new Collection<Pr 阅读全文
摘要:
https://www.cnblogs.com/daihuiquan/archive/2013/03/18/2956845.html IDENT_CURRENT、IDENTITY、SCOPE_IDENTITY区别 概念解释 IDENT_CURRENT returns the last identit 阅读全文
摘要:
项目查询数据库使用的是linq 语法,可是后期需要用到不同字段的排序。各种纠结! 在网上找了各种资料 后面才找到两种方法using System; using System.Collections.Generic; using System.Linq; using System.Linq.Expre 阅读全文