Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public Dictionary<DBStoredProcedureResultset, List<GroupableModelElementMapping>> MappingsPerResultset { get; }

Property Value

Type: DictionaryDBStoredProcedureResultset, ListGroupableModelElementMapping
The mappings per resultset.
See Also