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.1.0.0 (5.1.0)
Syntax public 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)
Remarks The newly created spcall definition isn't yet added to the project
See Also