Click or drag to resize
EntityViewBaseTEntityIListInsert 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.3.0.0 (5.3.0)
Syntax
void IList.Insert(
	int index,
	Object value
)

Parameters

index
Type: SystemInt32
value
Type: SystemObject

Implements

IListInsert(Int32, Object)
See Also