| ProjectCreateNewTvfCallDefinitionsFromRawDefinitions 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.ProjectClassesAssembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntaxpublic List<TvfCallDefinition> CreateNewTvfCallDefinitionsFromRawDefinitions(
	List<RawElementDefinition> rawTvfCallDefinitions
)
Public Function CreateNewTvfCallDefinitionsFromRawDefinitions ( 
	rawTvfCallDefinitions As List(Of RawElementDefinition)
) As List(Of TvfCallDefinition)
Parameters
- rawTvfCallDefinitions
 - Type: System.Collections.GenericListRawElementDefinition
The raw TVF call definitions. 
Return Value
Type: 
ListTvfCallDefinitionnewly created tvf call definitions
See Also