Endeca Presentation API
FromStatementName Property
NamespacesEndeca.Navigation.AnalyticsStatementFromStatementName
Gets and sets the name of the FROM Statement.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string FromStatementName{ get; set;}
Public Overridable Property FromStatementName As String
public:
virtual property String^ FromStatementName {
	String^ get ();
	void set (String^ value);
}
Value
The name of the FROM Statement. Note that the name may be null; when the Statement is computed, a missing FROM clause is interpreted as FROM NavStateRecords.
Remarks
The FROM statement is the statement whose records are the input for this Statement.

Assembly: Endeca.Navigation (Module: Endeca.Navigation) Version: 0.0.0.0