DevForce Help Reference
ExecuteSave Method


May be overridden to perform any logic both immediately before and after a save is executed.
Syntax
'Declaration
 
Protected Overridable Function ExecuteSave() As Boolean
'Usage
 
Dim instance As EntityServerSaveInterceptor
Dim value As Boolean
 
value = instance.ExecuteSave()
protected virtual bool ExecuteSave()
Remarks
Before save operations can include adding, modifying, deleting or removing entities from the local EntityManager. You must make sure to call base.ExecuteSave() to insure that the underlying save does occur.
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

EntityServerSaveInterceptor Class
EntityServerSaveInterceptor Members

Send Feedback