Click or drag to resize
TvfCallDefinition Constructor (String, String, GroupableModelElement)
Initializes a new instance of the TvfCallDefinition class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.TvfCalls
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public TvfCallDefinition(
	string groupName,
	string name,
	GroupableModelElement returnElement
)

Parameters

groupName
Type: SystemString
Name of the group.
name
Type: SystemString
The name.
returnElement
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The return element.
See Also