In This Topic
Marks an entity as needed. Needed entities are not detached/released from the context until the client scope is disposed.
Syntax
'Declaration
Public Overloads Sub AddRef( _
ByVal As Object _
)
public void AddRef(
object
)
Parameters
- entity
- An entity to be marked as needed.
See Also