Click or drag to resize

ProjectCreateNewSPCallDefinition Method

Creates a new SP 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.8.0.0 (5.8.21.0208)
Syntax
public SPCallDefinition CreateNewSPCallDefinition(
	string groupName,
	string spCallName
)

Parameters

groupName
Type: SystemString
Name of the group.
spCallName
Type: SystemString
Name of the sp call.

Return Value

Type: SPCallDefinition
the newly created spcall definition or null if failed (e.g. denied by plugin)
Remarks
The newly created spcall definition isn't yet added to the project
See Also