反射+缓存性能优化,接近dapper

This commit is contained in:
28810
2019-01-15 18:36:43 +08:00
parent 57088da71b
commit ed239835c6
13 changed files with 98 additions and 23 deletions

View File

@ -5,6 +5,7 @@ using System.Text;
namespace FreeSql.Internal.Model {
class ReadAnonymousTypeInfo {
public PropertyInfo Property { get; set; }
public string CsName { get; set; }
public Type CsType { get; set; }
public string DbField { get; set; }