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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework