Updates the specified command with the values in the specified dictionary of values 
              extracted from parameters in the 
SelectParameters
              collection.
            
 (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
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 | 
 See Also
See Also