Click or drag to resize

CollectionCoreTAllowNew Property

Default: true. If set to false, no new entities will be added 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 AllowNew { get; set; }

Property Value

Type: Boolean

Implements

IEntityCollectionCoreAllowNew
See Also