Click or drag to resize

VirtualDataWindowLookupOpExtensionsFromOpString Method

Map the operator from a string-value.

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static VirtualDataWindowLookupOp FromOpString(
	this string stringOp
)

Parameters

stringOp
Type: SystemString
to map from

Return Value

Type: VirtualDataWindowLookupOp
operator

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also