ConcurrencyMode Fields

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies the concurrency options for the properties in the Entity Data Model (EDM). 

The following tables list the members exposed by the ConcurrencyMode type.

  NameDescription
static memberFixedThe property is always validated at write time.
static memberNoneThe property is never validated at write time. This is the default concurrency mode.
Show: