ComponentOne Data Source for Entity Framework
C1.Data Namespace / ClientScope Class / AddRef Method

In This Topic
    AddRef Method
    In This Topic
    Marks an entity as needed. Needed entities are not detached/released from the context until the client scope is disposed.
    Overload List
    OverloadDescription
    Marks an entity as needed. Needed entities are not detached/released from the context until the client scope is disposed.  
    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