Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 965 Bytes

P_EgonsoftHU_Extensions_Bcl_ItemsChangeResult_2_ItemsToUpdate.md

File metadata and controls

33 lines (21 loc) · 965 Bytes

ItemsToUpdate Property

Incoming items based on which to update existing items.

Definition

Namespace: EgonsoftHU.Extensions.Bcl
Assembly: EgonsoftHU.Extensions.Bcl (in EgonsoftHU.Extensions.Bcl.dll) Version: 3.0.1+8c729d04d0fcab10705485e5626d4fdebeaa818d

C#

public IReadOnlyList<TIncoming> ItemsToUpdate { get; init; }

VB

Public Property ItemsToUpdate As IReadOnlyList(Of TIncoming)
	Get
	Set

Property Value

IReadOnlyList(TIncoming)

See Also

Reference

ItemsChangeResult(TIncoming, TExisting) Class
EgonsoftHU.Extensions.Bcl Namespace