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.8.0.0 (5.8.21.0208)
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