Hello,
Could someone explain (preferably with a small example) how exactly operator overloading should be used to replace the functionality of PredicateFactory and SortClauseFactory?
Thanks
So I broke a personal and read the help file
IPredicateExpression B = ((Table1Fields.Foo == "One") & (Table1Fields.Bar == "Two")) // A | (Table2Fields.Bar2 == "Three");