Click or drag to resize

SelectClauseStreamWildcard Constructor (String, String)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public SelectClauseStreamWildcard(
	string streamName,
	string optionalColumnName
)

Parameters

streamName
Type: SystemString
is the name assigned to a stream
optionalColumnName
Type: SystemString
is the name to assign to the column carrying the streams generated events, ornull if the event should not appear in a column
See Also