Click or drag to resize

AnnotationPartNameAnnotation Method

Returns a name annotation for use with a statement object model

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static AnnotationPart NameAnnotation(
	string name
)

Parameters

name
Type: SystemString
the name to use

Return Value

Type: AnnotationPart
name annotation part
See Also