增加动态操作表结构相关的API

This commit is contained in:
d4ilys 2023-04-25 10:29:24 +08:00
parent 5046907e4f
commit f8866f2479

View File

@ -179,7 +179,7 @@ namespace FreeSql.Internal
return istance; return istance;
} }
////设置动态对象的属性值,使用表达式目录树 ////设置动态对象的属性值,使用表达式目录树
//public static object CreateObjectByType(Type type, Dictionary<string, object> porpertys) //public static object CreateObjectByType(Type type, Dictionary<string, object> porpertys)
//{ //{
// if (type == null) // if (type == null)