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.8.0.0 (5.8.21.0208)
Syntax
public Dictionary<DBStoredProcedureResultset, List<GroupableModelElementMapping>> MappingsPerResultset { get; }

Property Value

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