0
Are you using c#? Can you wite your sample code?
0
Actually the string expression (Age = 20 and Age = 30 and Age = 40) needs to be converted to
Age IN (20,30,40) to execute query. The above expression is stored in a string variable
0
what do you want ? Can you elaborate your question?