DevForce Help Reference
RefetchEntities(EntityState,MergeStrategy) Method


The EntityState
Merge strategy
Refetches all entities with the specified EntityState(s) from the backend data source.
Syntax
'Declaration
 
Public Overloads Function RefetchEntities( _
   ByVal entityState As EntityState, _
   Optional ByVal mergeStrategy As MergeStrategy _
) As IEnumerable
'Usage
 
Dim instance As EntityManager
Dim entityState As EntityState
Dim mergeStrategy As MergeStrategy
Dim value As IEnumerable
 
value = instance.RefetchEntities(entityState, mergeStrategy)

Parameters

entityState
The EntityState
mergeStrategy
Merge strategy
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
Overload List

Send Feedback