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)
Syntaxpublic List<IEntityFieldCore> ClonesOfRealiasedFields { get; }Public ReadOnly Property ClonesOfRealiasedFields As List(Of IEntityFieldCore)
	Get
Property Value
Type: 
ListIEntityFieldCore
See Also