Click or drag to resize

SelectClauseAddStreamWildcard Method (String, String)

Adds to the select-clause a stream wildcard selector with column name (e.g. select streamName.* as colName 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 AddStreamWildcard(
	string streamName,
	string columnName
)

Parameters

streamName
Type: SystemString
is the name given to a stream
columnName
Type: SystemString
the name given to the column

Return Value

Type: SelectClause
select-clause
See Also