3 writes to _executeQuery
System.Data.OleDb (3)
OleDbCommand.cs (3)
613_executeQuery = true; 943_executeQuery = false; 951_executeQuery = true;
6 references to _executeQuery
System.Data.OleDb (6)
OleDbCommand.cs (6)
661if (_executeQuery) 838else if (0 == (CommandBehavior.SingleRow & this.commandBehavior) || !_executeQuery) 877if (_executeQuery) 891Debug.Assert(_executeQuery, "ExecuteNonQuery should always use ExecuteCommandTextForSingleResult"); 1325int count = (_executeQuery ? (keyInfo ? 4 : 2) : 1); 1335if (_executeQuery)