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.8.0.0 (5.8.21.0208)
Syntax public static List<StoredProcResultsetMappingInfo> GetAllSPResultsetMappingInfos(
IGenerator executingGenerator
)
Public Shared Function GetAllSPResultsetMappingInfos (
executingGenerator As IGenerator
) As List(Of StoredProcResultsetMappingInfo)
Parameters
- executingGenerator
- Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator.
Return Value
Type:
ListStoredProcResultsetMappingInfoPer stored proc which has a resultset mapped by a typed view, it produces a SstoredProcResultsetMappingInfo
See Also