.net - Formatting a String for a SQL IN Clause -
I need to format a string and pass an SQL as the parameter of these sections like:
Select from the table where in x (@ param1)
The literal string passed as an atom looks like this:
does not seem to work for this any suggestions? Thanks!
I believe what you want to do can be found here:
Comments
Post a Comment