Click or drag to resize
FieldUtilitiesCreateArtificialObjectAlias Method
Creates the artificial object alias for a field which is in the entity with the name specified. THe alias is used to make it possible to join a supertype multiple times if fields from different subtypes are in the resultset. The alias has the format LPAA_actualContainingObjectName. Example: LPAA_CustomerEntity

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static string CreateArtificialObjectAlias(
	string actualContainingObjectName
)

Parameters

actualContainingObjectName
Type: SystemString
Name of the actual containing object.

Return Value

Type: String
the artificial object alias to use for the field calling this method
See Also