11 references to Connection
System.Data.Entity (8)
System\Data\Objects\Internal\ObjectQueryExecutionPlan.cs (2)
67DbConnection connection = context.Connection; 167EntityCommand entityCommand = new EntityCommand((EntityConnection)context.Connection, commandDefinition);
System\Data\Objects\ObjectContext.cs (6)
1407if (ConnectionState.Closed == Connection.State) 1409Connection.Open(); 1580Connection.Close(); 2346EntityConnection connection = (EntityConnection)Connection; 2656EntityConnection connection = (EntityConnection)this.Connection; 3304var entityConnection = (EntityConnection)this.Connection;
System.Data.Services (2)
System\Data\Services\Caching\MetadataCache.cs (1)
126EntityConnection connection = dataContextInstance.Connection as EntityConnection;
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
738MetadataWorkspace workspace = ((EntityConnection)this.ObjectContext.Connection).GetMetadataWorkspace();
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceWrapperCollection.cs (1)
66MetadataWorkspace csWorkspace = ((EntityConnection)context.Connection).GetMetadataWorkspace();