Click or drag to resize

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.5.0.0 (5.5.18.1019)
Syntax
Object IBindingList.AddNew()

Return Value

Type: Object
The item added to the list.

Implements

IBindingListAddNew
Exceptions
ExceptionCondition
NotSupportedExceptionAllowNew is false.
See Also