Overload List

  Name Description
Public method AddRef(Object)
Marks an entity as needed. Needed entities are not detached/released from the context until the client scope is disposed.
Public method AddRef(Type)
Mark all entities of a given type as needed. All entities of that type will not be detached from the context until the client scope is disposed.

See Also