Click or drag to resize

SelectClauseAddWildcard Method

Adds to the select-clause a wildcard selector (e.g. select * from MyStream as streamName)

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public SelectClause AddWildcard()

Return Value

Type: SelectClause
select-clause
See Also