Multiline String

Verbatim multiline string

string query = @"SELECT foo, bar
FROM table
WHERE name = 'a\b'";