Tracking Observable CollectionTClear Items Method
This is overridden to remove each individual entry rather than clearing them all out at once to
allow the data context to know about the removal of all the tracked items.
Definition
Namespace: EWSoftware.EntityFramework
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
Assembly: EWSoftware.EntityFramework (in EWSoftware.EntityFramework.dll) Version: 2025.11.12.0
C#
protected override void ClearItems()VB
Protected Overrides Sub ClearItemsC++
protected:
virtual void ClearItems() overrideF#
abstract ClearItems : unit -> unit
override ClearItems : unit -> unit