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