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.6.0.0 (5.6.19.0117)
Syntax
public void RemoveField(
	IEntityFieldCore fieldToRemove
)

Parameters

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