A collection of parameters for an MDEX Engine command that are indexed by name.

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

Syntax

C#
public class EndecaParameterCollection : KeyedCollection<string, EndecaParameter>
Visual Basic (Declaration)
Public Class EndecaParameterCollection _
	Inherits KeyedCollection(Of String, EndecaParameter)
Visual C++
public ref class EndecaParameterCollection : public KeyedCollection<String^, EndecaParameter^>

Inheritance Hierarchy

See Also