Click or drag to resize

EntityCollectionBase<TEntity>.IEntityCollection.Add Method

Adds an IEntity object to the list.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
int IEntityCollection.Add(
	IEntity entityToAdd
)

Parameters

entityToAdd
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntity
Entity to add

Return Value

Type: Int32
Index in list

Implements

IEntityCollection.Add(IEntity)
See Also