DevForce Help Reference
RefetchEntitiesAsync Method (EntityManager)


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