ConcurrencyMode Enumeration
.NET Framework (current version)
Specifies the concurrency options for the properties in a conceptual model.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
| Member name | Description | |
|---|---|---|
| Fixed | The property is always validated at write time. | |
| None | The property is never validated at write time. This is the default concurrency mode. |
For more information about how to use this enumeration in a schema, see Conceptual Design (EDM).
.NET Framework
Available since 3.5
Available since 3.5
Show: