Click or drag to resize

IEntityCollectionAdd Method (IEntity)

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.5.0.0 (5.5.18.1019)
Syntax
int Add(
	IEntity entityToAdd
)

Parameters

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

Return Value

Type: Int32
Index in list
See Also