well advanced to start new way of null checking.

This commit is contained in:
David Lebée
2018-03-26 16:14:01 -05:00
parent 10f15b802c
commit b80e9e433c
10 changed files with 228 additions and 11 deletions
@@ -141,7 +141,7 @@ namespace PoweredSoft.DynamicLinq.Fluent
return this;
}
public SelectBuilder PathToList(string path, string propertyName = null, SelectCollectionHandling selectCollectionHandling = SelectCollectionHandling.Select)
public SelectBuilder PathToList(string path, string propertyName = null, SelectCollectionHandling selectCollectionHandling = SelectCollectionHandling.LeaveAsIs)
{
if (propertyName == null)
propertyName = path.Split('.').LastOrDefault();