Click or drag to resize
GroupByCollectionAddRange 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
public void AddRange(
	IEnumerable fieldsToAdd
)

Parameters

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

Implements

IGroupByCollectionAddRange(IEnumerable)
See Also