Click or drag to resize
IGroupByCollectionAddRange Method
Adds the range of IEntityFieldCore fields to the groupbycollection.

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 AddRange(
	IEnumerable fieldsToAdd
)

Parameters

fieldsToAdd
Type: System.CollectionsIEnumerable
The fields to add to this groupbycollection.
See Also