Namespace: 
   Endeca.Web.UI
Assembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
Assembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# | 
|---|
protected override void UpdateCommand( MetadataCommand command, IDictionary parameterValues )  | 
| Visual Basic (Declaration) | 
|---|
Protected Overrides Sub UpdateCommand ( _ command As MetadataCommand, _ parameterValues As IDictionary _ )  | 
| Visual C++ | 
|---|
protected: virtual void UpdateCommand( MetadataCommand^ command, IDictionary^ parameterValues ) override  | 
Parameters
- command
 - Type: Endeca.Data..::.MetadataCommand
 
- parameterValues
 - Type: System.Collections..::.IDictionary