Click or drag to resize

CastExpressionSetTypeName Method

Sets the name of the type to cast to.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CastExpression SetTypeName(
	string typeName
)

Parameters

typeName
Type: SystemString
is the name of type to cast to

Return Value

Type: CastExpression

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

See Also