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? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -