System.ComponentModel.DataAnnotations.ConcurrencyCheckAttribute
Specifies that a property participates in optimistic concurrency checks.
namespace System.ComponentModel.DataAnnotations
{
public sealed class ConcurrencyCheckAttribute : Attribute
{
public ConcurrencyCheckAttribute();
}
}