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