Click or drag to resize

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.8.0.0 (5.8.21.0208)
Syntax
public string GetSourceAliasForField(
	DocumentFieldDefinition field
)

Parameters

field
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelDocumentFieldDefinition

Return Value

Type: String
the 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