Click or drag to resize
SPCallDefinition Constructor (String, String)
Initializes a new instance of the GroupableModelElement class.

Namespace: SD.LLBLGen.Pro.ApplicationCore.StoredProcedureCalls
Assembly: SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public SPCallDefinition(
	string groupName,
	string name
)

Parameters

groupName
Type: SystemString
name
Type: SystemString
See Also