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)
267
Context
.EnsureMetadata();
System\Data\Objects\ObjectSet.cs (8)
82
this.
Context
.AddObject(FullyQualifiedEntitySetName, entity);
93
this.
Context
.AttachTo(FullyQualifiedEntitySetName, entity);
107
this.
Context
.DeleteObject(entity, EntitySet);
121
this.
Context
.Detach(entity, EntitySet);
132
return this.
Context
.ApplyCurrentValues<TEntity>(FullyQualifiedEntitySetName, currentEntity);
143
return this.
Context
.ApplyOriginalValues<TEntity>(FullyQualifiedEntitySetName, originalEntity);
156
return this.
Context
.CreateObject<TEntity>();
169
return this.
Context
.CreateObject<T>();