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.
| C# | |
|---|---|
public ConcurrencyModes ConcurrencyMode {get; set;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0