EntityViewBaseTEntityIBindingListAddNew Method |
Adds a new item to the list.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
SyntaxObject IBindingList.AddNew()
Private Function AddNew As Object Implements IBindingList.AddNew
Return Value
Type:
ObjectThe item added to the list.
Implements
IBindingListAddNew
ExceptionsException | Condition |
---|
NotSupportedException | AllowNew is false. |
See Also