4 references to UnquoteIdentifier
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcCommandBuilder.cs (2)
303throw ADP.QuotePrefixNotSet(ADP.UnquoteIdentifier); 306quotePrefix = connection.QuoteChar(ADP.UnquoteIdentifier);
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (2)
383throw ADP.QuotePrefixNotSet(ADP.UnquoteIdentifier); 386connection.GetLiteralQuotes(ADP.UnquoteIdentifier, out quotePrefix, out quoteSuffix);