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