Command to retrieve record details for several Records from the MDEX Engine.

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

Syntax

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

Inheritance Hierarchy

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

See Also