Click or drag to resize

EntityFieldsCoreTFieldIListIEntityFieldCoreInsert Method

Inserts the specified index.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntax
void IList<IEntityFieldCore>.Insert(
	int index,
	IEntityFieldCore item
)

Parameters

index
Type: SystemInt32
The index.
item
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The item.

Implements

IListTInsert(Int32, T)
See Also