Command to retrieve record details for a single Record from the MDEX Engine.

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

Syntax

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

Inheritance Hierarchy

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

See Also