Click or drag to resize
SetAliasRemoveField Method
Removes the field passed in from the list of fields aliased by this alias. Used when a field is re-aliased.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public void RemoveField(
	IEntityFieldCore fieldToRemove
)

Parameters

fieldToRemove
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The field to remove.
See Also