| ProjectCreateNewSPCallDefinition Method  | 
            Creates a new SP call definition. it assumes the names passed in are valid
            
 
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 SPCallDefinition CreateNewSPCallDefinition(
	string groupName,
	string spCallName
)
Public Function CreateNewSPCallDefinition ( 
	groupName As String,
	spCallName As String
) As SPCallDefinition
Parameters
- groupName
 - Type: SystemString
Name of the group. - spCallName
 - Type: SystemString
Name of the sp call. 
Return Value
Type: 
SPCallDefinitionthe newly created spcall definition or null if failed (e.g. denied by plugin)
RemarksThe newly created spcall definition isn't yet added to the project
See Also