zwei1121

博客园 首页 新随笔 联系 订阅 管理

11 2014 档案

摘要:In a T4 template the executing assembly is not yours but one from the T4 engine.To access types from your assemblies, you have to perform the followin... 阅读全文
posted @ 2014-11-27 14:23 zwei 阅读(236) 评论(0) 推荐(0)

摘要:http://blog.stevensanderson.com/2010/01/28/editing-a-variable-length-list-aspnet-mvc-2-style/ 阅读全文
posted @ 2014-11-12 14:11 zwei 阅读(208) 评论(0) 推荐(0)

摘要:else if (type == typeof(decimal)) return (decimal)pk == default(decimal); public override void PreExecute(IDbCommand cmd) { //cmd.GetType().GetPropert 阅读全文
posted @ 2014-11-07 14:34 zwei 阅读(573) 评论(0) 推荐(0)