Command to retrieve engine metadata such as property data, sort keys, search keys, and aggregation keys.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public class MetadataCommand : EndecaCommand, 
	ICommandSource<MetadataCommand>, ICommandSource
Visual Basic (Declaration)
Public Class MetadataCommand _
	Inherits EndecaCommand _
	Implements ICommandSource(Of MetadataCommand), ICommandSource
Visual C++
public ref class MetadataCommand : public EndecaCommand, 
	ICommandSource<MetadataCommand^>, ICommandSource

Inheritance Hierarchy

System..::.Object
  Endeca.Data.Provider..::.EndecaCommand
    Endeca.Data..::.MetadataCommand

See Also