Click or drag to resize

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
Syntax
C#
public 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: SelectClause
clause
See Also