sql server - How to remove the " in parameter with " in the value -
i have sql query string passing size value (1")
strsql = @"select * dbo.model '" + strmodel + "'" datedeleted > getdate()"
the value strmodel going in '1\"' how remove \ passed value.
the value setting strmodel
strmodel = convert.tostring(dgvsheetdata.rows[i].cells[4].value);
wiki
Comments
Post a Comment