11 references to Context
System.Data.Entity (11)
System\Data\Objects\ELinq\ObjectQueryProvider.cs (1)
49: this(query.Context)
System\Data\Objects\Internal\ObjectQueryState.cs (1)
104: this(elementType, query.Context, null, null)
System\Data\Objects\ObjectQuery.cs (1)
267Context.EnsureMetadata();
System\Data\Objects\ObjectSet.cs (8)
82this.Context.AddObject(FullyQualifiedEntitySetName, entity); 93this.Context.AttachTo(FullyQualifiedEntitySetName, entity); 107this.Context.DeleteObject(entity, EntitySet); 121this.Context.Detach(entity, EntitySet); 132return this.Context.ApplyCurrentValues<TEntity>(FullyQualifiedEntitySetName, currentEntity); 143return this.Context.ApplyOriginalValues<TEntity>(FullyQualifiedEntitySetName, originalEntity); 156return this.Context.CreateObject<TEntity>(); 169return this.Context.CreateObject<T>();