mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-04 20:57:58 +08:00
Synchronization code
This commit is contained in:
parent
508d2f9552
commit
7c3ebaa103
@ -439,7 +439,7 @@ namespace SqlSugar
|
|||||||
private Dictionary<string, object> DataReaderToList<T>(IDataReader reader, Type tType, List<PropertyInfo> classProperties, List<T> reval)
|
private Dictionary<string, object> DataReaderToList<T>(IDataReader reader, Type tType, List<PropertyInfo> classProperties, List<T> reval)
|
||||||
{
|
{
|
||||||
var readerValues = DataReaderToDictionary(reader, tType);
|
var readerValues = DataReaderToDictionary(reader, tType);
|
||||||
var mappingKeys = this.QueryBuilder.MappingKeys;
|
var mappingKeys = this.QueryBuilder?.MappingKeys;
|
||||||
var result = new Dictionary<string, object>();
|
var result = new Dictionary<string, object>();
|
||||||
foreach (var item in classProperties)
|
foreach (var item in classProperties)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user