16 references to StoreConnection
System.Data.Entity (13)
System\Data\Common\Utils\CommandHelper.cs (2)
106
storeProviderCommand.Connection = ((EntityConnection)entityCommand.Connection).
StoreConnection
;
151
DbProviderServices providerServices = DbProviderServices.GetProviderServices(connection.
StoreConnection
);
System\Data\EntityClient\EntityAdapter.cs (1)
111
if (_connection.StoreProviderFactory == null || this._connection.
StoreConnection
== null)
System\Data\EntityClient\EntityCommand.cs (1)
776
if (this._connection.StoreProviderFactory == null || this._connection.
StoreConnection
== null)
System\Data\EntityClient\EntityConnection.cs (2)
278
Debug.Assert(this.
StoreConnection
!= null);
279
if (this.
StoreConnection
.State != ConnectionState.Open)
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (1)
104
command.Connection = connection.
StoreConnection
;
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (1)
214
m_dbCommand.Connection = connection.
StoreConnection
;
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
784
Debug.Assert(null != m_connection.
StoreConnection
, "EntityAdapter.Update ensures the store connection is set");
System\Data\Objects\ObjectContext.cs (4)
3197
DbCommand command = this._connection.
StoreConnection
.CreateCommand();
3264
DbConnection storeConnection = this._connection.
StoreConnection
;
3275
DbConnection storeConnection = this._connection.
StoreConnection
;
3286
DbConnection storeConnection = this._connection.
StoreConnection
;
System.Data.Entity.Design (1)
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (1)
160
get { return _connection.
StoreConnection
; }
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (2)
1140
DbProviderServices.GetProviderServices(_entityConnection.
StoreConnection
).GetProviderManifestToken(_entityConnection.
StoreConnection
);