Click or drag to resize

StreamSelectorExtensionsGetEPL Method

[Missing <summary> documentation for "M:com.espertech.esper.common.client.soda.StreamSelectorExtensions.GetEPL(com.espertech.esper.common.client.soda.StreamSelector)"]

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static string GetEPL(
	this StreamSelector enumValue
)

Parameters

enumValue
Type: com.espertech.esper.common.client.sodaStreamSelector

[Missing <param name="enumValue"/> documentation for "M:com.espertech.esper.common.client.soda.StreamSelectorExtensions.GetEPL(com.espertech.esper.common.client.soda.StreamSelector)"]

Return Value

Type: String

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.StreamSelectorExtensions.GetEPL(com.espertech.esper.common.client.soda.StreamSelector)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type StreamSelector. 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