Initializes a new Search instance which will perform a search within the specified attribute or interface. must be specified in order for the search to be valid.

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

Syntax

C#
public Search(
	string keyName
)
Visual Basic (Declaration)
Public Sub New ( _
	keyName As String _
)
Visual C++
public:
Search(
	String^ keyName
)

Parameters

keyName
Type: System..::.String
The property, dimension, or search interface name.

See Also