Click or drag to resize

EntityCollectionBase2TEntityIEntityCollection2Add Method

Adds an IEntity2 object to the list.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
int IEntityCollection2.Add(
	IEntity2 entityToAdd
)

Parameters

entityToAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
Entity2 to add

Return Value

Type: Int32
Index in list

Implements

IEntityCollection2Add(IEntity2)
See Also