Click or drag to resize

InstanceOfExpressionSetTypeNames Method

Sets the types to compare to.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public InstanceOfExpression SetTypeNames(
	string[] typeNames
)

Parameters

typeNames
Type: SystemString
list of types to compare to

Return Value

Type: InstanceOfExpression

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

See Also