3 references to UnquoteIdentifier
System.Data.OleDb (3)
OleDbCommandBuilder.cs (2)
425throw ADP.QuotePrefixNotSet(ADP.UnquoteIdentifier); 428connection.GetLiteralQuotes(ADP.UnquoteIdentifier, out quotePrefix, out quoteSuffix);
System\Data\Common\AdapterUtil.cs (1)
896internal const string UnquoteIdentifier = nameof(UnquoteIdentifier);