2 overrides of UnquoteIdentifier
System.Data.Odbc (1)
System\Data\Odbc\OdbcCommandBuilder.cs (1)
304public override string UnquoteIdentifier(string quotedIdentifier)
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net9.0\System.Data.OleDb.notsupported.cs (1)
80public override string UnquoteIdentifier(string quotedIdentifier) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_OleDb); }