Click or drag to resize

CollectionCoreTAllowRemove Property

Default: false. If set to true, entities can be removed through databinding.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public virtual bool AllowRemove { get; set; }

Property Value

Type: Boolean

Implements

IEntityCollectionCoreAllowRemove
See Also