Click or drag to resize
EF Visual Editor

AutomaticAction Enumeration

DomainEnumeration: AutomaticAction Description for Sawczyn.EFDesigner.EFModel.AutomaticAction

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 AutomaticAction
Members
  Member nameValueDescription
False0 False Never perform the action automatically
True1 True Always perform the action automatically
Ask2 Ask Ask each time if should perform the action automatically
See Also