Click or drag to resize

SelectClauseAdd Method (String)

Adds property names to be selected.

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

Parameters

propertyNames
Type: SystemString
is a list of property names to add

Return Value

Type: SelectClause
clause
See Also