Click or drag to resize

SelectClauseAddStreamWildcard Method

Overload List
  NameDescription
Public methodAddStreamWildcard(String)
Adds to the select-clause a stream wildcard selector (e.g. select streamName.* from MyStream as streamName)
Public methodAddStreamWildcard(String, String)
Adds to the select-clause a stream wildcard selector with column name (e.g. select streamName.* as colName from MyStream as streamName)
Top
See Also