Click or drag to resize

EntityCollectionBase<TEntity>.IEntityCollection.Insert Method

Inserts an IEntity on position Index

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.10.0.0 (5.10.0)
Syntax
void IEntityCollection.Insert(
	int index,
	IEntity entityToAdd
)

Parameters

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

Implements

IEntityCollection.Insert(Int32, IEntity)
See Also