Updates the specified command with the values in the specified dictionary of values extracted from parameters in the SelectParameters collection.

Namespace:  Endeca.Web.Internal
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected abstract void UpdateCommand(
	TCommand command,
	IDictionary parameterValues
)
Visual Basic (Declaration)
Protected MustOverride Sub UpdateCommand ( _
	command As TCommand, _
	parameterValues As IDictionary _
)
Visual C++
protected:
virtual void UpdateCommand(
	TCommand command, 
	IDictionary^ parameterValues
) abstract

Parameters

command
Type: TCommand
Command to update
parameterValues
Type: System.Collections..::.IDictionary
Values extracted from the select parameters.

See Also