Click or drag to resize
GroupByCollection.RemoveAt Method
Removes the IEntityField(2) 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
public void RemoveAt(
	int index
)

Parameters

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

Implements

IGroupByCollection.RemoveAt(Int32)
See Also