Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected void GetParameterValues(
	ParameterCollection parameters,
	Dictionary<string, Object> destination
)

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