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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -