Adds an entity to the end of the managed collection.

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

Syntax

C#
public Entity Add(
	SimpleEntityItem simpleEntityItem
)
Visual Basic (Declaration)
Public Function Add ( _
	simpleEntityItem As SimpleEntityItem _
) As Entity

Parameters

simpleEntityItem
Type: DlhSoft.Windows.Data..::.SimpleEntityItem
Item definition representing the entity to be added at the end of the collection.

Return Value

The new entities.

See Also