Click or drag to resize
IEntityCollectionCore.Insert Method
Inserts an IEntityCore on position Index

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
void Insert(
	int index,
	IEntityCore entityToAdd
)

Parameters

index
Type: System.Int32
Index where to insert the Object Entity
entityToAdd
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityCore
Entity to insert
See Also