1 implementation of Connection
System.Data.Common (1)
System\Data\Common\DbCommand.cs (1)
37
IDbConnection? IDbCommand.
Connection
2 writes to Connection
System.Data.Common (2)
System\Data\Common\DbDataAdapter.cs (2)
441
command.
Connection
= null;
663
command.
Connection
= null;
7 references to Connection
System.Data.Common (7)
System\Data\Common\DbDataAdapter.cs (7)
314
if (DesignMode && ((null == command) || (null == command.
Connection
) || string.IsNullOrEmpty(command.CommandText)))
410
bool restoreNullConnection = (null == command.
Connection
);
616
bool restoreNullConnection = (null == command.
Connection
);
979
connections[0] = tmpcmd.
Connection
;
1760
connection = command.
Connection
;
1773
IDbConnection? connection = command.
Connection
;
1784
IDbConnection? connection = command.
Connection
;