Click or drag to resize
EF Visual Editor

AssociationPersistent Property

Gets or sets the value of Persistent domain property. If false, this is a transient association not stored in the database but instead created in code

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

Property Value

Type: Boolean

[Missing <value> documentation for "P:Sawczyn.EFDesigner.EFModel.Association.Persistent"]

See Also