1 write to _quote
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcUtils.cs (1)
352
_quote
= quote;
6 references to _quote
System.Data (6)
fx\src\data\System\Data\Odbc\OdbcUtils.cs (6)
403
else if (' ' !=
_quote
&& currentchar ==
_quote
) { // if the ODBC driver does not support quoted identifiers it returns a single blank character
446
Debug.Assert(
_quote
!= ' ', "ODBC driver doesn't support quoted identifiers -- GetTokenFromQuote should not be used in this case");
447
Debug.Assert((_sqlstatement[curidx] ==
_quote
), "GetTokenFromQuote: character at starting position must be same as quotechar");
452
if (_sqlstatement[localidx] ==
_quote
) {
456
if (_sqlstatement[localidx+1] !=
_quote
) {