Click or drag to resize
CollectionCoreTIEntityCollectionCoreInsert 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.3.0.0 (5.3.0)
Syntax
void IEntityCollectionCore.Insert(
	int index,
	IEntityCore entityToAdd
)

Parameters

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

Implements

IEntityCollectionCoreInsert(Int32, IEntityCore)
See Also