摘要:
To visual studio 2005 execute:Infragistics2.ToolboxUtility.exe /t:8.0 8.2from\t:8.0 is the vesion of Visual Studio (in a VS window go to Help->About Microsoft Visual Studio ej: 8.0.50727.42) 8.2 is the version of Build or Relese (Ej NetAdvantage for .NET 2008 Vol. 2 CLR 2.0) 8 year 2 vol 如果是Infra 阅读全文
摘要:
有些用法老是记不住,现在记录在网上,下次就容易查到了,不必到处搜索了。1、Groupbyvar tempPlanGoodsItems = (from p in m_StockInPlan.GoodsItems group p by new { p.GoodsName, p.MaterialNo, p.CompanySerialNo, p.SpecAndModel, p.BatchNo, p.SkuNo } into g select new RestGoodsItem { GoodsName = g.Key.GoodsName, MaterialNo = g.Key.MaterialNo, C 阅读全文