Tracking Binding ListTEntitySet Item Method
Replaces the item at the specified index with the specified item.
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 SetItem(
int index,
TEntity item
)VB
Protected Overrides Sub SetItem (
index As Integer,
item As TEntity
)C++
protected:
virtual void SetItem(
int index,
TEntity item
) overrideF#
abstract SetItem :
index : int *
item : 'TEntity -> unit
override SetItem :
index : int *
item : 'TEntity -> unit Parameters
Exceptions
| ArgumentOutOfRangeException | index is less than zero. -or- index is greater than Count. |