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

Return Value

Type: Object
The item added to the list.

Implements

IBindingListAddNew
Exceptions
ExceptionCondition
NotSupportedExceptionAllowNew is false.
See Also