 | ViewCreate Method (String, Expression) |
Creates a view.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static View Create(
string name,
params Expression[] parameters
)
Parameters
- name
- Type: SystemString
is the view name, i.e. "length" for length window - parameters
- Type: com.espertech.esper.common.client.sodaExpression
is a list of view parameters, or empty if there are no parameters for the view
Return Value
Type:
Viewview
See Also