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.4.0.0 (5.4.0)
Syntax public 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