Click or drag to resize
TvfCallMapping Constructor
Initializes a new instance of the TvfCallMapping class.

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(
	TvfCallDefinition mappedTvfCall,
	string driverID
)

Parameters

mappedTvfCall
Type: SD.LLBLGen.Pro.ApplicationCore.TvfCallsTvfCallDefinition
The mapped TVF call.
driverID
Type: SystemString
The driver ID.
See Also