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