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.5.0.0 (5.5.18.1019)
Syntaxpublic static string CreateArtificialObjectAlias(
	string actualContainingObjectName
)
Public Shared Function CreateArtificialObjectAlias ( 
	actualContainingObjectName As String
) As String
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