Click or drag to resize
EntityViewBase<TEntity>.IList.Insert Method
Not supported. Insert a new entity in the related collection instead.

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 IList.Insert(
	int index,
	Object value
)

Parameters

index
Type: System.Int32
value
Type: System.Object

Implements

IList.Insert(Int32, Object)
See Also