3 references to QuoteIdentifier
System.Data.OleDb (3)
OleDbCommandBuilder.cs (2)
378
throw ADP.QuotePrefixNotSet(ADP.
QuoteIdentifier
);
381
connection.GetLiteralQuotes(ADP.
QuoteIdentifier
, out quotePrefix, out quoteSuffix);
System\Data\Common\AdapterUtil.cs (1)
894
internal const string QuoteIdentifier = nameof(
QuoteIdentifier
);