3 writes to command
System.Data (3)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (3)
71this.command = command; 104this.command=value; 315this.command = null;
13 references to command
System.Data (13)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (13)
101return this.command; 124if (this.command != null) { 125return command.Canceling; 133if (this.command != null) { 134return !command.Canceling; 286if (null != command) { 287if (command.HasParameters) { 290command.Parameters.GetOutputValues(_cmdWrapper); 293command.CloseFromDataReader(); 302if (null != command) { 303command.CloseFromDataReader(); 307command.Parameters.RebindCollection = true; 2401if (command == null){