AnnotationCodeLocalizedDisplayName¶
Localized names of annotation codes.
Fields¶
| Field | Type | Description |
|---|---|---|
| AnnotationCodeID | bigint | Internal ID that references the AnnotationCode entity (Foreign Key) |
| DisplayName | nvarchar | Localized display name of the code |
| ID | bigint | Internal ID for the AnnotationCodeLocalizedDisplayName entity (Primary Key) |
| LanguageID | bigint | Internal ID that references the Language entity (Foreign Key) |