mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 20:38:16 +08:00
- 完善 InsertDict 等字典操作功能;
This commit is contained in:
@ -1507,7 +1507,7 @@ namespace FreeSql.Internal
|
||||
), new[] { typeExp, indexesExp, rowExp, dataIndexExp, commonUtilExp }).Compile();
|
||||
}
|
||||
|
||||
if (type == typeof(object) && indexes != null)
|
||||
if (type == typeof(object) && indexes != null || type == typeof(Dictionary<string, object>))
|
||||
{
|
||||
Func<Type, int[], DbDataReader, int, CommonUtils, RowInfo> dynamicFunc = (type2, indexes2, row2, dataindex2, commonUtils2) =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user