Beispiel #1
0
 public void EscapeSqlIdentifiers(string input, string expected)
 {
     Assert.Equal(expected, SqlIdentifier.Escape(input));
 }