 | 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
Syntaxpublic SelectClause Add(
params string[] propertyNames
)
Parameters
- propertyNames
- Type: SystemString
is a list of property names to add
Return Value
Type:
SelectClauseclause
See Also