Click or drag to resize

ForClauseKeywordExtensionsGetName Method

Returns for-keyword.

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

Parameters

keyword
Type: com.espertech.esper.common.client.sodaForClauseKeyword
The keyword.

Return Value

Type: String
keyword

Usage Note

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