Gets and sets the name of the FROM Statement.

Namespace: Endeca.Navigation.Analytics
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public virtual string FromStatementName { get; set; }
Visual Basic
Public Overridable Property FromStatementName As String
	Get
	Set
Visual C++
public:
virtual property String^ FromStatementName {
	String^ get ();
	void set (String^ value);
}

Field 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.

See Also