Click or drag to resize
IGroupByCollectionAddTEntityField Method
Adds the passed in entity field instance to the list. Field objects can be added just once.

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
int Add<TEntityField>(
	TEntityField fieldToAdd
)
where TEntityField : IEntityFieldCore

Parameters

fieldToAdd
Type: TEntityField
entity field instance to add

Type Parameters

TEntityField

Return Value

Type: Int32
Index of added field in the list.
See Also