KingLee
Results
1
comments of
KingLee
in DataRowComparer.cs if (dataRow1.IsNull(i)) { Difference difference = new Difference { ParentObject1 = parms.ParentObject1, ParentObject2 = parms.ParentObject2, PropertyName = currentBreadCrumb, Object1Value = "(null)", Object2Value = NiceString(dataRow2[i]), Object1 = parms.Object1, Object2...