Click or drag to resize
IGroupByCollectionInsertTEntityField Method
Inserts the field passed in on index specified.

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 Insert<TEntityField>(
	TEntityField fieldToInsert,
	int index
)
where TEntityField : IEntityFieldCore

Parameters

fieldToInsert
Type: TEntityField
Entity field to insert
index
Type: SystemInt32
index on which the field should be inserted

Type Parameters

TEntityField
Exceptions
ExceptionCondition
InvalidOperationExceptionIf the field is already added.
See Also