Click or drag to resize

DocumentProjectionDataSetSourceAliasForField Method

Sets 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 void SetSourceAliasForField(
	DocumentFieldDefinition field,
	SourceNavigatorPath pathFromDocumentToField
)

Parameters

field
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelDocumentFieldDefinition
pathFromDocumentToField
Type: SD.LLBLGen.Pro.ApplicationCore.DerivedModelSourceNavigatorPath
the path from the document to the field specified, which is the alias of the last navigator.
See Also