Click or drag to resize

IEntityCollectionBase.Add Method

Create a new entity item and add it to the collection

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
IEntity Add()

Return Value

Type: IEntity
the new entity
See Also