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