ConcurrencyModel 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.
public enum class ConcurrencyModel
public enum ConcurrencyModel
type ConcurrencyModel =
Public Enum ConcurrencyModel
- Inheritance
-
ConcurrencyModel
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | |
OptimisticLock | 1 | |
PessimisticLock | 2 |