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.5.0.0 (5.5.18.1019)
Syntax
void AddRange(
	IEnumerable fieldsToAdd
)

Parameters

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