DevForce Help Reference
SetNewConcurrencyValue Method (DefaultConcurrencyValueSetter)


Override to set the new value of a concurrency field.
Syntax
'Declaration
 
Public Overridable Sub SetNewConcurrencyValue( _
   ByVal property As DataEntityProperty, _
   ByVal entity As Object _
) 
'Usage
 
Dim instance As DefaultConcurrencyValueSetter
Dim property As DataEntityProperty
Dim entity As Object
 
instance.SetNewConcurrencyValue(property, entity)
public virtual void SetNewConcurrencyValue( 
   DataEntityProperty property,
   object entity
)

Parameters

property
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

DefaultConcurrencyValueSetter Class
DefaultConcurrencyValueSetter Members

Send Feedback