Click or drag to resize

OnSelectClauseIsDeleteAndSelect Property

Gets or sets a value indicating whether select-and-delete or just select.

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

Property Value

Type: Boolean
true if [select and delete]; otherwise, false.
See Also