4 references to QuoteIdentifier
System.Data (4)
fx\src\data\System\Data\Odbc\OdbcCommandBuilder.cs (2)
254throw ADP.QuotePrefixNotSet(ADP.QuoteIdentifier); 257quotePrefix = connection.QuoteChar(ADP.QuoteIdentifier);
fx\src\data\System\Data\OleDb\OleDbCommandBuilder.cs (2)
340throw ADP.QuotePrefixNotSet(ADP.QuoteIdentifier); 343connection.GetLiteralQuotes(ADP.QuoteIdentifier, out quotePrefix, out quoteSuffix);