GeneratorUtilsGetAllSPResultsetMappingInfos Method (IGenerator, String) |
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.1.0.0 (5.1.0)
Syntax public static List<StoredProcResultsetMappingInfo> GetAllSPResultsetMappingInfos(
IGenerator executingGenerator,
string driverID
)
Public Shared Function GetAllSPResultsetMappingInfos (
executingGenerator As IGenerator,
driverID As String
) As List(Of StoredProcResultsetMappingInfo)
Parameters
- executingGenerator
- Type: SD.LLBLGen.Pro.ApplicationCoreIGenerator
The executing generator. - driverID
- Type: SystemString
The driver ID.
Return Value
Type:
ListStoredProcResultsetMappingInfo
Per stored proc which has a resultset mapped by a typed view, it produces a SstoredProcResultsetMappingInfo
See Also