 | SelectClauseAddWithAsProvidedName Method |
Adds a single property name and an "as"-asName for the column.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic SelectClause AddWithAsProvidedName(
string propertyName,
string asName
)
Parameters
- propertyName
- Type: SystemString
name of property - asName
- Type: SystemString
is the "as"-asName for the column
Return Value
Type:
SelectClauseclause
See Also