DevForce Help Reference
SetNewConcurrencyValue Method (IConcurrencyStrategy)


Property information
Entity on which to set the new value
Called when the new value for a concurrency field is needed.
Syntax
'Declaration
 
Sub SetNewConcurrencyValue( _
   ByVal property As DataEntityProperty, _
   ByVal entity As Object _
) 
'Usage
 
Dim instance As IConcurrencyStrategy
Dim property As DataEntityProperty
Dim entity As Object
 
instance.SetNewConcurrencyValue(property, entity)
void SetNewConcurrencyValue( 
   DataEntityProperty property,
   object entity
)

Parameters

property
Property information
entity
Entity on which to set the new value
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

IConcurrencyStrategy Interface
IConcurrencyStrategy Members

Send Feedback