 | OnInsertSplitStreamClauseIsFirst Property |
Returns true for firing the insert-into for only the first where-clause that matches, or false for firing the insert-into for all where-clauses that match.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic bool IsFirst { get; set; }
Property Value
Type:
Booleanindicator first or all
See Also