Just downloaded most recent version of software and need help converting my code that uses predicates. I understand much has changed with 2.5 and predicates, however, I am hoping someone can help me troubleshott this simple code;
Dim thisproduct As New CollectionClasses.Ld_ins_productCollection
Dim mypredicate As New PredicateExpression
mypredicate.Add(PredicateFactory.CompareValue(Ld_ins_productFieldIndex.DHIDNum, ComparisonOperator.Equal, thisprop.DHIDNum))
thisproduct.DeleteMulti(mypredicate)
How can I convert this to 2.5 using self-servicing?