Click or drag to resize
EventRedispatcherRedispatchTvfCallReturnElementMappingOrphaned Method
Redispatches the TVF call return element mapping orphaned.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public void RedispatchTvfCallReturnElementMappingOrphaned(
	TvfCallDefinition tvfCallDefinition,
	GroupableModelElement oldReturnElement
)

Parameters

tvfCallDefinition
Type: SD.LLBLGen.Pro.ApplicationCore.TvfCallsTvfCallDefinition
The TVF call definition.
oldReturnElement
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The old return element.
See Also