LLBLGenProDataSourceViewBase.MergeDictionaries Method |
Merges the dictionaries passed in. This is done to merge a parametercollection with a set of values.
If a value is both in source and in parameters, the value in parameters is picked. If the value is only in source, or in parameters, the value is selected.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.12.0.0 (5.12.0)
Syntaxprotected void MergeDictionaries(
ParameterCollection parameters,
IDictionary source,
IDictionary destination
)
Protected Sub MergeDictionaries (
parameters As ParameterCollection,
source As IDictionary,
destination As IDictionary
)
Parameters
- parameters
- Type: System.Web.UI.WebControls.ParameterCollection
The parameters. - source
- Type: System.Collections.IDictionary
The source. - destination
- Type: System.Collections.IDictionary
The destination.
See Also