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