Click or drag to resize
EF Visual Editor

Concurrency Enumeration

DomainEnumeration: Concurrency Types of concurrency handling

Namespace:  Sawczyn.EFDesigner.EFModel
Assembly:  Sawczyn.EFDesigner.EFModel.Dsl (in Sawczyn.EFDesigner.EFModel.Dsl.dll) Version: 2.0.5.3 (2.0.5.3)
Syntax
public enum Concurrency
Members
  Member nameValueDescription
None0 None Don't generate code to handle concurrency
Optimistic1 Optimistic Generate timestamp columns to handle optimistic concurrency
See Also