E
Eric
I saw this line of code
string updateString = @"
update Categories
set CategoryName = 'Other'
where CategoryName = 'Miscellaneous'";
I search for the @ sign in both my C# books and MSDN online but just can't
find it. Can anyone let me know what it is and what is does? Also, why isn't
it part of Microsoft online C# reference?
Thanks,
Eric
string updateString = @"
update Categories
set CategoryName = 'Other'
where CategoryName = 'Miscellaneous'";
I search for the @ sign in both my C# books and MSDN online but just can't
find it. Can anyone let me know what it is and what is does? Also, why isn't
it part of Microsoft online C# reference?
Thanks,
Eric