Hi,
I guess this most be covered in either or both the help and this forum. But I couldn't find it in both of them.
I would like to make a custom query and put the output in a CollectionEnitity for the table which the data is retreived from.
Query like: SELECT * FROM contacts WHERE lastname LIKE 'gates'
Since I couldn't find the LIKE in de CompareOperator i have to make it myself,
Please let me know (2 class scenario),
Gaab