TrackingBindingListTEntityAddNewCore Method

Adds a new item to the end of the collection.

Definition

Namespace: EWSoftware.EntityFramework
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
protected override Object AddNewCore()

Return Value

Object
The item that was added to the collection.

Exceptions

InvalidCastExceptionThe new item is not the same type as the objects contained in the BindingListT.

See Also