DevForce Help Reference
IsDeleted Method


Whether this Entity has been deleted (but the change has not yet been persisted to the data source).
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function IsDeleted( _
   ByVal es As EntityState _
) As Boolean
'Usage
 
Dim es As EntityState
Dim value As Boolean
 
value = EntityStateFns.IsDeleted(es)
[Extension()]
public static bool IsDeleted( 
   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