DevForce Help Reference
IsModified Method


Whether this Entity has been modified.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function IsModified( _
   ByVal es As EntityState _
) As Boolean
'Usage
 
Dim es As EntityState
Dim value As Boolean
 
value = EntityStateFns.IsModified(es)
[Extension()]
public static bool IsModified( 
   EntityState es
)

Parameters

es
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

EntityStateFns Class
EntityStateFns Members

Send Feedback