2 overrides of QuoteIdentifier
System.Data.Odbc (1)
System\Data\Odbc\OdbcCommandBuilder.cs (1)
249public override string QuoteIdentifier(string unquotedIdentifier)
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net9.0\System.Data.OleDb.notsupported.cs (1)
77public override string QuoteIdentifier(string unquotedIdentifier) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }