Click or drag to resize
IGroupByCollectionRemoveAt 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.0.0.0 (5.0.0)
Syntax
void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
the index of the field to remove
See Also