StoredProcResultsetMappingInfoMappingsPerResultset Property |
Gets the mappings per resultset of the stored procedure.
Namespace:
SD.LLBLGen.Pro.GeneratorCore
Assembly:
SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public Dictionary<DBStoredProcedureResultset, List<GroupableModelElementMapping>> MappingsPerResultset { get; }
Public ReadOnly Property MappingsPerResultset As Dictionary(Of DBStoredProcedureResultset, List(Of GroupableModelElementMapping))
Get
Property Value
Type:
DictionaryDBStoredProcedureResultset,
ListGroupableModelElementMappingThe mappings per resultset.
See Also