摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using User1.Valuation.Holworth.EngineInfrastructure; namespace ConsoleApplication7...
阅读全文
摘要:public static System.Data.DataTable TableJoin(System.Data.DataTable dt, System.Data.DataTable dtDetail, string[] parentFieldName, string[] relationFieldName, bool isInnerJoin, string relationName = ...
阅读全文
摘要:RskFactorRelation.Instance.GetCache(true).Where(x => !string.IsNullOrEmpty(x.SourceProductTable) && !string.IsNullOrEmpty(x.SourceProductId)) .GroupBy(x=>x.SourceProductTable+...
阅读全文