4 references to Connection
System.Data.Common (4)
System\Data\Common\DbDataSource.cs (4)
362
Debug.Assert(wrappedBatch.
Connection
is not null);
365
_connection = wrappedBatch.
Connection
;
544
var connection = _wrappedBatch.
Connection
;
552
var connection = _wrappedBatch.
Connection
;