/// <summary>/// Class use for replace single qoutes ' to ''/// </summary>public static class SqlString{ /// <summary> /// This Extension method will replace the single qoutes ' to ''.. /// So Sql single qoutes exception will never raise /// </summary> /// <param name="fieldvalue"></param> /// <returns></returns> public static string GetSqlString(this string fieldvalue) { if (fieldvalue != null) return fieldvalue.Replace("'", "''"); return fieldvalue; }}
.GetSqlString
GetSqlString()
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: