stuff here
running
(15)
C#
(9)
marathon
(7)
Entity Framework
(3)
MVC
(3)
clyde stride
(3)
clyde walkway
(3)
Ajax
(2)
MongoDb
(2)
SQL Server
(2)
404
(1)
Exception
(1)
Garmin
(1)
Intellipad
(1)
JQuery
(1)
MVC MVC3 Ajax RenderAction
(1)
MVC Validation
(1)
MVC3
(1)
MVC3 Ajax Themes
(1)
MVC3 MVC
(1)
Node.js
(1)
Oslo
(1)
Task
(1)
Temp Tables
(1)
Triathlon
(1)
TypeScript
(1)
Umbraco
(1)
WSE
(1)
WSE 2010
(1)
WSE 2012
(1)
Woff
(1)
cooking
(1)
crystal reports
(1)
cycle Clyde tunnel
(1)
forerunner 305
(1)
gps
(1)
heart rate monitor
(1)
reporting Services
(1)
Wednesday, 24 June 2015
Getting Non Escaped Double Quotes in Strings
I discovered this today by sheer chance and trying it will trying to build some dynamic Oracle scripts I was building.
Use single quotes in a StringBuilder to enclose a double quote SingleDoubleSingle : '"'
StringBuilder sb = new StringBuilder();
var col = "NameCol";
sb.Append('"' + col + '"');
sb.Append(" = @NAME ");
So easy when you know how!
Labels:
C#
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Comments are welcome, but are moderated and may take a wee while before shown.