LLBLGenProDataSourceViewBaseGetParameterValues Method |
Gets the parameter values from the parameters and the current context and stores them into the destination dictionary.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses.Web (in SD.LLBLGen.Pro.ORMSupportClasses.Web.dll) Version: 5.4.0.0 (5.4.0)
Syntax protected void GetParameterValues(
ParameterCollection parameters,
Dictionary<string, Object> destination
)
Protected Sub GetParameterValues (
parameters As ParameterCollection,
destination As Dictionary(Of String, Object)
)
Parameters
- parameters
- Type: System.Web.UI.WebControlsParameterCollection
parameter collection to retrieve the values for - destination
- Type: System.Collections.GenericDictionaryString, Object
destination into which the values have to be stored. If a key already exists, the value is overwritten.
Remarks Clears destination prior to filling it.
See Also