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.3.0 (2.1.3.622)
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