Click or drag to resize

CollectionCore<T>.AllowRemove 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.6.0.0 (5.6.19.0117)
Syntax
public virtual bool AllowRemove { get; set; }

Property Value

Type: Boolean

Implements

IEntityCollectionCore.AllowRemove
See Also