Click or drag to resize

SelectClauseCreateStreamWildcard Method

Creates a select-clause with a single stream wildcard selector (e.g. select streamName.* 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 static SelectClause CreateStreamWildcard(
	string streamName
)

Parameters

streamName
Type: SystemString
is the name given to a stream

Return Value

Type: SelectClause
select-clause
See Also