Click or drag to resize

EntityViewBase<TEntity>.IBindingList.AddNew 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.9.0.0 (5.9.0)
Syntax
Object IBindingList.AddNew()

Return Value

Type: Object
The item added to the list.

Implements

IBindingList.AddNew()
Exceptions
ExceptionCondition
NotSupportedExceptionAllowNew is false.
See Also