Click or drag to resize
SetAliasGetAliasedFieldBasedOnOriginalField Method
Gets the aliased field based on original field. Used with cloned aliases to obtain the cloned field based on the original.

Namespace: SD.LLBLGen.Pro.LinqSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public IEntityFieldCore GetAliasedFieldBasedOnOriginalField(
	IEntityFieldCore originalField
)

Parameters

originalField
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldCore
The original field.

Return Value

Type: IEntityFieldCore
the clone inside _aliasedFields of the originalField passed in. Clone is created by Clone()
See Also