 | SelectClauseCreate Method (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
Syntaxpublic static SelectClause Create(
params string[] propertyNames
)
Parameters
- propertyNames
- Type: SystemString
is the names of properties to select
Return Value
Type:
SelectClauseselect-clause
See Also