![]() | SelectClauseAddStreamWildcard Method |
Name | Description | |
---|---|---|
![]() | AddStreamWildcard(String) | Adds to the select-clause a stream wildcard selector (e.g. select streamName.* from MyStream as streamName) |
![]() | AddStreamWildcard(String, String) | Adds to the select-clause a stream wildcard selector with column name (e.g. select streamName.* as colName from MyStream as streamName) |