Click or drag to resize

PlugInProjectionExpressionSetFunctionName Method

Sets the function name.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public PlugInProjectionExpression SetFunctionName(
	string functionName
)

Parameters

functionName
Type: SystemString
name of function

Return Value

Type: PlugInProjectionExpression

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.PlugInProjectionExpression.SetFunctionName(System.String)"]

See Also