Click or drag to resize

IGroupByCollectionRemoveTEntityField Method

Removes the passed in entity field instance. Finds the object to remove using value compare.

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
void Remove<TEntityField>(
	TEntityField fieldToRemove
)
where TEntityField : IEntityFieldCore

Parameters

fieldToRemove
Type: TEntityField
Entity field instance to remove

Type Parameters

TEntityField
See Also