| ProjectCreateNewTvfCallDefinition Method  | 
 
            Creates the new TVF call definition. It assumes the names passed in are valid. 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore.ProjectClasses
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.1.0.0 (5.1.0)
Syntaxpublic TvfCallDefinition CreateNewTvfCallDefinition(
	string groupName,
	string tvfCallName,
	string returnElementName
)
Public Function CreateNewTvfCallDefinition ( 
	groupName As String,
	tvfCallName As String,
	returnElementName As String
) As TvfCallDefinition
Parameters
- groupName
 - Type: SystemString
Name of the group. - tvfCallName
 - Type: SystemString
Name of the TVF call. - returnElementName
 - Type: SystemString
Name of the return element. 
Return Value
Type: 
TvfCallDefinition
            the newly created tvfcall definition or null if failed (e.g. denied by plugin)
            
RemarksThe newly created tvfcall definition isn't yet added to the project
See Also