Jonas de Abreu Resenes

Results 2 issues of Jonas de Abreu Resenes

I found another problem, you're using item.QueryOperator instead of property value, as shown below: if (!string.IsNullOrEmpty(item.LinkingOperator) && i > 0) { builder.Append(string.Format("{0} {1} {2} @{1} ", item.LinkingOperator, item.PropertyName, item.QueryOperator)); }...

I was trying to use the WalkTree method, but it was getting an error: propertyValue.Value is not defined. I already fixed it. I just built a new method to retrive...