markknowsley
Programmer
What I mean is: when I use a SELECT statement in my C# (this is in Visual Studio 2003) I currently have to paste the string for the SELECT statement in one long line which is a nightmare for editing if I want to make changes.
Can someone recommend a tutorial for how I can divide the string down several lines in a manner that the compiler will appreciate?
Can someone recommend a tutorial for how I can divide the string down several lines in a manner that the compiler will appreciate?