1 implementation of Connection
System.Data (1)
fx\src\data\System\Data\Common\DBCommand.cs (1)
68
IDbConnection IDbCommand.
Connection
{
2 writes to Connection
System.Data (2)
fx\src\data\System\Data\Common\DbDataAdapter.cs (2)
369
command.
Connection
= null;
555
command.
Connection
= null;
7 references to Connection
System.Data (7)
fx\src\data\System\Data\Common\DbDataAdapter.cs (7)
274
if (DesignMode && ((null == command) || (null == command.
Connection
) || ADP.IsEmpty(command.CommandText))) {
346
bool restoreNullConnection = (null == command.
Connection
);
516
bool restoreNullConnection = (null == command.
Connection
);
820
connections[0] = tmpcmd.
Connection
;
1487
connection = command.
Connection
;
1498
IDbConnection connection = command.
Connection
;
1507
IDbConnection connection = command.
Connection
;