[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns the view enumeration value given the name of the view.

Namespace: net.esper.view
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function ForName ( _
	nspace As String, _
	name As String _
) As ViewEnum
C#
public static ViewEnum ForName (
	string nspace,
	string name
)
Visual C++
public:
static ViewEnum^ ForName (
	String^ nspace, 
	String^ name
)

Parameters

nspace
System.String
The nspace.
name
System.String
is the short name of the view as used in view expressions

Return Value

view enumeration value, or null if no such view name is among the enumerated values