Click or drag to resize
SetAliasReplaceField Method
Replaces the old field with the new field in the aliasedFields list.

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 ReplaceField(
	IEntityFieldCore oldField,
	IEntityFieldCore newField
)

Parameters

oldField
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The old field.
newField
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The new field.
See Also