DevForce Help Reference
GetChanges Method


Returns all of the entities within this group with the specified state or states.
Syntax
'Declaration
 
Public Function GetChanges( _
   ByVal state As EntityState _
) As IEnumerable(Of Object)
'Usage
 
Dim instance As EntityGroup
Dim state As EntityState
Dim value As IEnumerable(Of Object)
 
value = instance.GetChanges(state)
public IEnumerable<object> GetChanges( 
   EntityState state
)

Parameters

state
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

EntityGroup Class
EntityGroup Members

Send Feedback