Commit cc21e0c9 authored by azyobuzin's avatar azyobuzin

Set true to GridReader.IsConsumed when MultiReadInternal is called

parent 6e03f898
......@@ -215,6 +215,9 @@ private T ReadRow<T>(Type type, Row row)
typeof(TSixth),
typeof(TSeventh)
}, gridIndex);
IsConsumed = true;
try
{
foreach (var r in MultiMapImpl<TFirst, TSecond, TThird, TFourth, TFifth, TSixth, TSeventh, TReturn>(null, default(CommandDefinition), func, splitOn, reader, identity, false))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment