/// <summary> /// 将DataTable转成Model /// </summary> /// <param name="dt"></param> /// <returns></returns> public class ModelConvertHelper<T> where T : new() { public static List<T> ConvertToModel(Da
在使用AutoMapper时,把数据从VO-PO时显示如下错误,错误提示说在一对多关系中已将集合设置为EntityCollection,那么这个是为什么呢. 看下action中的代码,我们可以发现这是很常用的方法, [HttpPost, ActionName("Create")] public ActionResult CreatePost(CreateResponseTextMessageView model) { if (ModelState.IsValid) { try { mo
1.修改jquery.validate.unobtrusive.js 将onError方法修改 //修改的部分 /////////////////////////////////////////////////////////////////// function onError(error, inputElement) { // 'this' is the form element ].name) + "']"), replaceAttrValue = container.attr(