Click or drag to resize
EntityCollectionBaseTEntityIEntityCollectionAdd 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.3.0.0 (5.3.0)
Syntax
int IEntityCollection.Add(
	IEntity entityToAdd
)

Parameters

entityToAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
Entity to add

Return Value

Type: Int32
Index in list

Implements

IEntityCollectionAdd(IEntity)
See Also