Click or drag to resize
Grid Solutions Framework

AnnotationRequestExtensionsTargetFieldName Method

Gets the target field name for Guid based point IDs for table used with specified annotation type.

Namespace: GrafanaAdapters.Annotations
Assembly: GrafanaAdapters (in GrafanaAdapters.dll) Version: 2.4.182-beta
Syntax
public static string TargetFieldName(
	this AnnotationType type
)
View Source

Parameters

type  AnnotationType
Annotation type.

Return Value

String
Target field name for Guid based point IDs for specified annotation type.

Usage Note

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