Click or drag to resize

CollectionCore<T>.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.6.0.0 (5.6.19.0117)
Syntax
void IEntityCollectionCore.Insert(
	int index,
	IEntityCore entityToAdd
)

Parameters

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

Implements

IEntityCollectionCore.Insert(Int32, IEntityCore)
See Also