2 writes to _connection
System.Data.Odbc (2)
System\Data\Odbc\OdbcCommand.cs (2)
120
_connection
= null;
251
_connection
= value;
15 references to _connection
System.Data.Odbc (15)
System\Data\Odbc\OdbcCommand.cs (15)
117
if (null !=
_connection
)
119
_connection
.RemoveWeakReference(this);
242
return
_connection
;
246
if (value !=
_connection
)
405
_cmdWrapper = new CMDWrapper(
_connection
!);
407
Debug.Assert(null !=
_connection
, "GetStatementHandle without connection?");
408
_connection
.AddWeakReference(this, OdbcReferenceCollection.CommandTag);
499
_connection
?.RemoveWeakReference(this);
666
_connection
!.HandleError(stmt, retcode);
722
_connection
!.HandleError(stmt, retcode);
796
_connection
!.HandleError(stmt, retcode);
878
if (0 != (ConnectionState.Fetching &
_connection
!.InternalState))
898
_connection
.HandleError(stmt, retcode);
949
if (null ==
_connection
)
953
_transaction =
_connection
.SetStateExecuting(method, Transaction);