Click or drag to resize
EntityCollectionBase2TEntityIEntityCollection2Insert Method
Inserts an IEntity2 on position Index

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
void IEntityCollection2.Insert(
	int index,
	IEntity2 entityToAdd
)

Parameters

index
Type: SystemInt32
Index where to insert the Object Entity
entityToAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
Entity2 to insert

Implements

IEntityCollection2Insert(Int32, IEntity2)
See Also