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