Click or drag to resize

OnMergeClauseInsertNoMatch Property

Returns an optional insert to executed without a match-clause. If set indicates there is no match-clause.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public OnMergeMatchedInsertAction InsertNoMatch { get; set; }

Return Value

Type: OnMergeMatchedInsertAction
insert
See Also