EntityViewBaseTEntityIEntityViewCoreAllowNew Property  | 
 
            Gets/sets whether you can add items to the list using 
AddNew.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntaxbool IEntityViewCore.AllowNew { get; set; }Private Property AllowNew As Boolean
	Implements IEntityViewCore.AllowNew
	Get
	Set
Return Value
Type: 
Booleantrue if you can add items to the list using 
AddNew; otherwise, false.
Implements
IEntityViewCoreAllowNew
Remarksif the related collection is set to readonly, this operation is a no-op
See Also