Click or drag to resize

AliasUpdaterClonesOfRealiasedFields Property

The clones of the fields which were realiased. These were cloned before they were realiased so they have the original alias.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public List<IEntityFieldCore> ClonesOfRealiasedFields { get; }

Property Value

Type: ListIEntityFieldCore
See Also