Click or drag to resize

Project.CreateNewTvfCallDefinitionsFromRawDefinitions Method

Creates the new TVF call definitions from raw definitions passed in and adds them to the project. The list of newly created spcall definitions is returned to the caller.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public List<TvfCallDefinition> CreateNewTvfCallDefinitionsFromRawDefinitions(
	List<RawElementDefinition> rawTvfCallDefinitions
)

Parameters

rawTvfCallDefinitions
Type: System.Collections.Generic.List<RawElementDefinition>
The raw TVF call definitions.

Return Value

Type: List<TvfCallDefinition>
newly created tvf call definitions
See Also