Click or drag to resize

GroupByCollectionRemoveAt 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.9.0.0 (5.9.0)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
the index of the field to remove

Implements

IGroupByCollectionRemoveAt(Int32)
See Also