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.5.0.0 (5.5.18.1019)
Syntax
public GroupByCollection(
	IEntityFieldCore fieldToAdd
)

Parameters

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