DevForce Help Reference
InsertEntity Method


Called for each POCO entity with an EntityState of IdeaBlade.EntityModel.EntityState.Added.
Syntax
'Declaration
 
Public MustOverride Sub InsertEntity( _
   ByVal entity As Object _
) 
'Usage
 
Dim instance As EntityServerPocoSaveAdapter
Dim entity As Object
 
instance.InsertEntity(entity)
public abstract void InsertEntity( 
   object entity
)

Parameters

entity
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