null type resolving.

This commit is contained in:
David Lebee
2018-04-05 19:40:33 -05:00
parent 3b9494d510
commit 65294edebc
2 changed files with 13 additions and 0 deletions
@@ -97,6 +97,8 @@ namespace PoweredSoft.DynamicLinq.ConsoleApp
// group the piece by common parameters
var groups = Parser.GroupBySharedParameters();
var nullType = groups.ResolveNullHandlingType();
Expression currentExpression = null;
groups.ReversedForEach(group =>
{