QuickObjects.ObjectBase Send comments on this topic.
ConcurrencyMode Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : ConcurrencyMode Property

ConcurrencyMode

Used to determine if the business object check to see if the underlying data in a row was changed while the data was being modified in the business object. By default the business object does not perform this check, and it merely overwrites the underlying row with the provided row to be updated. The same rule applies for Delete as well.

Syntax

C# 
public ConcurrencyModes ConcurrencyMode {get; set;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also