DevForce Help Reference
IsEntityLoaded Method


Key of entity to check
Returns true if the Entity is in cache.
Syntax
'Declaration
 
Public Function IsEntityLoaded( _
   ByVal key As EntityKey _
) As Boolean
'Usage
 
Dim instance As EntityManager
Dim key As EntityKey
Dim value As Boolean
 
value = instance.IsEntityLoaded(key)
public bool IsEntityLoaded( 
   EntityKey key
)

Parameters

key
Key of entity to check
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityManager Class
EntityManager Members

Send Feedback