Click or drag to resize
IGroupByCollection.RemoveAt Method
Removes the entity field instance at index specified from the collection.

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 RemoveAt(
	int index
)

Parameters

index
Type: System.Int32
the index of the field to remove
See Also