Click or drag to resize
StoredProcResultsetMappingInfo Constructor
Initializes a new instance of the StoredProcResultsetMappingInfo class.

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 StoredProcResultsetMappingInfo(
	DBStoredProcedure owningStoredProc,
	Dictionary<DBStoredProcedureResultset, List<GroupableModelElementMapping>> mappingsPerResultset
)

Parameters

owningStoredProc
Type: SD.LLBLGen.Pro.DBDriverCoreDBStoredProcedure
The owning stored proc.
mappingsPerResultset
Type: System.Collections.GenericDictionaryDBStoredProcedureResultset, ListGroupableModelElementMapping
The mappings per resultset.
See Also