| GroupByCollectionRemoveTEntityField 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.3.0.0 (5.3.0)
Syntaxpublic void Remove<TEntityField>(
	TEntityField fieldToRemove
)
where TEntityField : IEntityFieldCore
Public Sub Remove(Of TEntityField As IEntityFieldCore) ( 
	fieldToRemove As TEntityField
)
Parameters
- fieldToRemove
 - Type: TEntityField
entity field instance to remove 
Type Parameters
- TEntityField
 
Implements
IGroupByCollectionRemoveTEntityField(TEntityField)
See Also