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