06 2018 档案

线性差值法结构类(面向对象的方式)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using User1.Valuation.Holworth.EngineInfrastructure; namespace ConsoleApplication7... 阅读全文

posted @ 2018-06-29 00:23 听哥哥的话 阅读(398) 评论(0) 推荐(0)

DataTable表连接
摘要:public static System.Data.DataTable TableJoin(System.Data.DataTable dt, System.Data.DataTable dtDetail, string[] parentFieldName, string[] relationFieldName, bool isInnerJoin, string relationName = ... 阅读全文

posted @ 2018-06-27 23:15 听哥哥的话 阅读(282) 评论(0) 推荐(0)

Linq去重 不用实现IEqualityComparer接口的方法超级简单
摘要:RskFactorRelation.Instance.GetCache(true).Where(x => !string.IsNullOrEmpty(x.SourceProductTable) && !string.IsNullOrEmpty(x.SourceProductId)) .GroupBy(x=>x.SourceProductTable+... 阅读全文

posted @ 2018-06-19 16:15 听哥哥的话 阅读(155) 评论(0) 推荐(0)

导航