DocumentProjectionDataGetSourceAliasForField Method  | 
 
            Gets the source alias for the field specified. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.GeneratorCore
    Assembly:
   SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntaxpublic string GetSourceAliasForField(
	DocumentFieldDefinition field
)
Public Function GetSourceAliasForField ( 
	field As DocumentFieldDefinition
) As String
Parameters
- field
 - Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelDocumentFieldDefinition
 
Return Value
Type: 
Stringthe alias to use for the field specified, or an empty string if there's no alias defined for the field, in which case
            the alias of the base query has to be used.
See Also