 | 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
Syntaxpublic bool IsDeleteAndSelect { get; set; }
Property Value
Type:
Booleantrue if [select and delete]; otherwise,
false.
See Also