随笔分类 - ASP.NET MVC
MVC平常点滴记录
摘要:1、新建DecimalPrecisionAttribute.cs using System; using System.Collections.Generic; using System.Data.Entity.ModelConfiguration.Configuration; using Syst
阅读全文
摘要:IQueryable<TPT_ECN_MSTR> q = db.TPT_ECN_MSTRS.AsNoTracking(); if (_OrdDateFr == DateTime.MinValue && _OrdDateTo == DateTime.MaxValue) return q.Where(p
阅读全文