2 writes to _connection
System.Data.Odbc (2)
System\Data\Odbc\OdbcCommand.cs (2)
123
_connection
= null;
254
_connection
= value;
15 references to _connection
System.Data.Odbc (15)
System\Data\Odbc\OdbcCommand.cs (15)
120
if (null !=
_connection
)
122
_connection
.RemoveWeakReference(this);
245
return
_connection
;
249
if (value !=
_connection
)
408
_cmdWrapper = new CMDWrapper(
_connection
!);
410
Debug.Assert(null !=
_connection
, "GetStatementHandle without connection?");
411
_connection
.AddWeakReference(this, OdbcReferenceCollection.CommandTag);
502
_connection
?.RemoveWeakReference(this);
672
_connection
!.HandleError(stmt, retcode);
728
_connection
!.HandleError(stmt, retcode);
802
_connection
!.HandleError(stmt, retcode);
884
if (0 != (ConnectionState.Fetching &
_connection
!.InternalState))
904
_connection
.HandleError(stmt, retcode);
955
if (null ==
_connection
)
959
_transaction =
_connection
.SetStateExecuting(method, Transaction);