Delegates adding of an item to the bound managed item collection.

Namespace:  DlhSoft.Windows.Data
Assembly:  DlhSoft.Data.Core (in DlhSoft.Data.Core.dll)

Syntax

C#
public Entity AddItem(
	Object item
)
Visual Basic (Declaration)
Public Function AddItem ( _
	item As Object _
) As Entity

Parameters

item
Type: System..::.Object
The item to add.

Return Value

The entity wrapping the item added into the bound managed item collection.

See Also