 | OnUpdateClauseCreate Method |
Creates an on-Update clause.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static OnUpdateClause Create(
string windowName,
string optionalAsName
)
Parameters
- windowName
- Type: SystemString
is the named window name - optionalAsName
- Type: SystemString
is the optional as-provided name
Return Value
Type:
OnUpdateClauseon-Update clause without assignments
See Also