3 overrides of QuoteIdentifier
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcCommandBuilder.cs (1)
237public override string QuoteIdentifier(string unquotedIdentifier){
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (1)
324public override string QuoteIdentifier(string unquotedIdentifier){
fx\src\data\System\Data\SqlClient\SqlCommandBuilder.cs (1)
300public override string QuoteIdentifier(string unquotedIdentifier){