Click or drag to resize
GroupByCollection Constructor (IEntityFieldCore)
Initializes a new instance of the GroupByCollection class.

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 GroupByCollection(
	IEntityFieldCore fieldToAdd
)

Parameters

fieldToAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field to add to the groupbycollection.
See Also