摘要: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...
阅读全文
11 2014 档案
摘要:http://blog.stevensanderson.com/2010/01/28/editing-a-variable-length-list-aspnet-mvc-2-style/
阅读全文
摘要:else if (type == typeof(decimal)) return (decimal)pk == default(decimal); public override void PreExecute(IDbCommand cmd) { //cmd.GetType().GetPropert
阅读全文