 | 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
Syntaxpublic static SelectClause CreateStreamWildcard(
string streamName
)
Parameters
- streamName
- Type: SystemString
is the name given to a stream
Return Value
Type:
SelectClauseselect-clause
See Also