3 writes to _command
System.Data.Odbc (3)
System\Data\Odbc\OdbcDataReader.cs (3)
62_command = command; 105_command = value; 369_command = null;
13 references to _command
System.Data.Odbc (13)
System\Data\Odbc\OdbcDataReader.cs (13)
101return _command; 131if (_command != null) 133return _command.Canceling; 143if (_command != null) 145return !_command.Canceling; 335if (null != _command) 337if (_command.HasParameters) 341_command.Parameters.GetOutputValues(_cmdWrapper!); 344_command.CloseFromDataReader(); 353if (null != _command) 355_command.CloseFromDataReader(); 360_command.Parameters.RebindCollection = true; 2711if (_command == null)