Click or drag to resize

SPCallParameterDefinition Constructor

Initializes a new instance of the SPCallParameterDefinition class.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.StoredProcedureCalls
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public SPCallParameterDefinition(
	GroupableModelElement containingElement
)

Parameters

containingElement
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The containing element.
See Also