DevForce Help Reference
RefetchEntitiesAsync Method (EntityManagerAsyncExtensions)


Performs an asynchronous refetch of all entities with the specified EntityState(s) from the backend data source.
Overload List
OverloadDescription
RefetchEntitiesAsync(EntityManager,EntityState,MergeStrategy,Action<EntityRefetchOperation>,Object) Performs an asynchronous refetch of all entities with the specified EntityState(s) from the backend data source.  
RefetchEntitiesAsync(EntityManager,IEnumerable,MergeStrategy,Action<EntityRefetchOperation>,Object) Forces a collection of entities to be refetched from the backend data source.  
RefetchEntitiesAsync(EntityManager,EntityKeyList,MergeStrategy,Action<EntityRefetchOperation>,Object) Perform an asynchronous refetch operation.  
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

EntityManagerAsyncExtensions Class
EntityManagerAsyncExtensions Members

Send Feedback