CollectionCoreTAddNew Method |
Will add a new entity to the list, will set its parent collection property so CancelEdit will remove
it from the list again, and will set its flag that it is added by databinding.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntaxpublic abstract T AddNew()
Public MustOverride Function AddNew As T
Return Value
Type:
T
Exceptions
RemarksDo not call this method from your own code. This is a databinding ONLY method.
See Also