Click or drag to resize
EF Visual Editor

ModelAttributeRequired Property

Gets or sets the value of Required domain property. If true, cannot be null (or the default value for the property type, if not nullable)

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 bool Required { get; set; }
Request Example View Source

Property Value

Type: Boolean

[Missing <value> documentation for "P:Sawczyn.EFDesigner.EFModel.ModelAttribute.Required"]

See Also