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.9.0.0 (5.9.0)
Syntaxvoid AddRange(
	IEnumerable fieldsToAdd
)
Sub AddRange ( 
	fieldsToAdd As IEnumerable
)
Parameters
- fieldsToAdd
 - Type: System.CollectionsIEnumerable
The fields to add to this groupbycollection. 
See Also