Problem with {0} = {1} #43
Answered
by
maxtoroq
StefanRKarlsson
asked this question in
Q&A
-
Can't get this extension to work like this:
should it work ? |
Beta Was this translation helpful? Give feedback.
Answered by
maxtoroq
Aug 21, 2015
Replies: 1 comment
-
Placeholders are for parameter values or sub-queries. You can do this: WHERE(columnName + " = {0}", "itemId"); |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maxtoroq
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Placeholders are for parameter values or sub-queries. You can do this: