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