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.4.0.0 (5.4.0)
Syntaxpublic 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