Click or drag to resize
GeneratorUtilsGetSPCallForElementTarget Method
Gets the SPCallDefinition for the target the element is mapped on for the executinggenerator's scope. This method is only returning a value if element is mapped onto a storedproc resultset. In that case, the SPCall is returned, otherwise null.

Namespace:  SD.LLBLGen.Pro.GeneratorCore
Assembly:  SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static SPCallDefinition GetSPCallForElementTarget(
	GroupableModelElement sourceElement,
	IGenerator executingGenerator
)

Parameters

sourceElement
Type: SD.LLBLGen.Pro.ApplicationCore.EntityModelGroupableModelElement
The source element.
executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.

Return Value

Type: SPCallDefinition
See Also