Click or drag to resize
CollectionCoreTAllowEdit Property
Default: true. If set to false, entities inside this collection won't be editable in a complex databinding scenario.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual bool AllowEdit { get; set; }

Property Value

Type: Boolean

Implements

IEntityCollectionCoreAllowEdit
See Also