DevForce Help Reference
BeforeSave Method


Called prior to saving the entities in the list provided.
Syntax
'Declaration
 
Public Overridable Sub BeforeSave( _
   ByVal entities As IEnumerable, _
   ByVal saveOptions As SaveOptions _
) 
'Usage
 
Dim instance As EntityServerPocoSaveAdapter
Dim entities As IEnumerable
Dim saveOptions As SaveOptions
 
instance.BeforeSave(entities, saveOptions)
public virtual void BeforeSave( 
   IEnumerable entities,
   SaveOptions saveOptions
)

Parameters

entities
saveOptions
Remarks
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

EntityServerPocoSaveAdapter Class
EntityServerPocoSaveAdapter Members

Send Feedback