Click or drag to resize

SelectClauseCreate Method (StreamSelector, String)

Creates a select-clause consisting of a list of property names.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static SelectClause Create(
	StreamSelector streamSelector,
	params string[] propertyNames
)

Parameters

streamSelector
Type: com.espertech.esper.common.client.sodaStreamSelector
can be used to select insert or remove streams
propertyNames
Type: SystemString
is the names of properties to select

Return Value

Type: SelectClause
select-clause
See Also