AnnotationLabel¶
Language specific labels and other text resources per annotation.
Fields¶
Field | Type | Description |
---|---|---|
AnnotationID | bigint | Internal ID that references the Annotation entity (Foreign Key) |
ID | bigint | Internal ID for the AnnotationLabel entity (Primary Key) |
LanguageID | bigint | Internal ID that references the Language entity (Foreign Key) |
Text | nvarchar | Text. Depending on the usage, the text can contain HTML formatting. |
Type | nvarchar | Type of Label. 'L' for labels, 'T' for tooltips |