mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 20:38:16 +08:00
反射+缓存性能优化,接近dapper
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user