ConcurrencyMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The concurrency mode for properties.
public enum ConcurrencyMode
type ConcurrencyMode =
Public Enum ConcurrencyMode
- Inheritance
-
ConcurrencyMode
Fields
Name | Value | Description |
---|---|---|
None | 0 | Default concurrency mode: the property is never validated at write time |
Fixed | 1 | Fixed concurrency mode: the property is always validated at write time |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework