Click or drag to resize
MapperCore.MapReturnElement Method
Maps the return element.

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

Parameters

currentProject
Type: SD.LLBLGen.Pro.ApplicationCore.ProjectClasses.Project
The current project.
tvfMapping
Type: SD.LLBLGen.Pro.ApplicationCore.Mapping.TvfCallMapping
The TVF mapping.

Return Value

Type: GroupableModelElementMapping
See Also