B
B. Cavour
In a statement such as this:
public static string mySQLStatement = @"SELECT * FROM MY_TABLE";
what does the "@" before the string mean?
--B. Cavour.
public static string mySQLStatement = @"SELECT * FROM MY_TABLE";
what does the "@" before the string mean?
--B. Cavour.