Sets the aggregated record for the query.
AggrERec.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
public virtual void SetA( string a ) |
| Visual Basic |
|---|
Public Overridable Sub SetA ( _ a As String _ ) |
| Visual C++ |
|---|
public: virtual void SetA( String^ a ) |
Parameters
- a
- Type: System..::..String
Where a is an aggregated ERecord specification.
Exceptions
| Exception | Condition |
|---|---|
| Endeca.Navigation..::..UrlENEQueryParseException | If the aggregated record Id is unable to be parsed. |