i want to insert to a sql table a string that might contain \' character.
what is my best way to do so ? should i insert a \\ before the \' ? here\'s my command i
NewWorkspaceName= NewWorkspaceName.Replace("\'","\'\'");
'' is a ' in sql