Click or drag to resize
MapperCoreMapReturnElement Method
Maps the return element.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Mapping
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static GroupableModelElementMapping MapReturnElement(
	Project currentProject,
	TvfCallMapping tvfMapping
)

Parameters

currentProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClassesProject
The current project.
tvfMapping
Type: SD.LLBLGen.Pro.ApplicationCore.MappingTvfCallMapping
The TVF mapping.

Return Value

Type: GroupableModelElementMapping
See Also