I’m using ScottGu’s Dynamic Linq and everything work fine, but I’ve an issue:
There are some tables which contains a primay key as string type, so how can I make a dynamic query passi string type to where calusole?
I cannot find any syntax for that…
Example:
QueryAbleObject.Where(StringField = 'someValue'); -> It throws a parser exception..
Excerpt from OP’s comment above: