Skip to content

Commit f8866f2

Browse files
committed
增加动态操作表结构相关的API
1 parent 5046907 commit f8866f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FreeSql/Internal/DynamicCompileBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public static object CreateObjectByTypeByCodeFirst(IFreeSql fsql, Type type,
179179
return istance;
180180
}
181181

182-
////设置动态对象的属性值,使用表达式目录树
182+
////设置动态对象的属性值,使用表达式目录树
183183
//public static object CreateObjectByType(Type type, Dictionary<string, object> porpertys)
184184
//{
185185
// if (type == null)

0 commit comments

Comments
 (0)