2 writes to Connection
System.Data.Common (1)
System\Data\Common\DBCommandBuilder.cs (1)
1576command.Connection = select.Connection;
System.Data.Odbc (1)
System\Data\Odbc\OdbcConnectionHelper.cs (1)
157command.Connection = this;
8 references to Connection
System.Data.Common (8)
System\Data\Common\DBCommandBuilder.cs (4)
572DbConnection? connection = srcCommand.Connection; 1459command = select.Connection!.CreateCommand(); 1570if ((null != command) && (null == command.Connection)) 1576command.Connection = select.Connection;
System\Data\Common\DbDataSource.cs (4)
103Debug.Assert(wrappedCommand.Connection is not null); 106_connection = wrappedCommand.Connection; 314var connection = _wrappedCommand.Connection; 323var connection = _wrappedCommand.Connection;