Click or drag to resize

StaticMethodExpressionSetClassName Method

Sets the class name.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public StaticMethodExpression SetClassName(
	string className
)

Parameters

className
Type: SystemString
class name

Return Value

Type: StaticMethodExpression

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

See Also