 | CreateWindowClauseAddView Method (String) |
Adds an un-parameterized view to the named window.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic CreateWindowClause AddView(
string name
)
Parameters
- name
- Type: SystemString
is the view name, for example "length" for a length window
Return Value
Type:
CreateWindowClausenamed window creation clause
See Also