Skip to content

Using SqlBuilder.SET #36

Answered by maxtoroq
skarm61 asked this question in Q&A
Discussion options

You must be logged in to vote

The first parameter of the SET method is a format string. That means you have to do this:

...
.SET("field_name = {0}", value)

If you are getting the field name from a variable then you can do this:

...
.SET(field_name + " = {0}", value)

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by maxtoroq
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #36 on December 08, 2020 23:38.