Click or drag to resize
DatabaseMappingDataFindTvfCallMappingByTvfCall Method
Finds the TVF call mapping by TVF call.

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 TvfCallMapping FindTvfCallMappingByTvfCall(
	TvfCallDefinition mappedTvfCall
)

Parameters

mappedTvfCall
Type: SD.LLBLGen.Pro.ApplicationCore.TvfCallsTvfCallDefinition
The mapped TVF call.

Return Value

Type: TvfCallMapping
See Also