c# 4.0 - Dynamic query with string value -
i'm using scottgu's dynamic linq , work fine, i've issue:
there tables contains primay key string type, how can make dynamic query passi string type calusole?
i cannot find syntax that...
example: queryableobject.where(stringfield = 'somevalue'); -> throws parser exception..
excerpt op's comment above:
"i found exact syntaxt..simply passing " character instead of single quot."
Comments
Post a Comment