Click or drag to resize
GeneratorUtilsGetAllSPResultsetMappingInfos Method (IGenerator)
Gets all Stored procedure resultset mapping info objects. For each stored procedure which has a resultset as target of a mapping (typedviews) it produces a StoredProcResultsetMappingInfo, which can be used to generate call information for the stored procedure to fill the types mapped onto its resultsets.

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 List<StoredProcResultsetMappingInfo> GetAllSPResultsetMappingInfos(
	IGenerator executingGenerator
)

Parameters

executingGenerator
Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.

Return Value

Type: ListStoredProcResultsetMappingInfo
Per stored proc which has a resultset mapped by a typed view, it produces a SstoredProcResultsetMappingInfo
See Also