FK CustomDescriptionId now optional (nullable uint).

FK-property determines required/optional for relationsship (implicit rules, overrides any explicit definition in the relation).
pull/1/head
Basimodo 2021-06-28 15:42:36 +07:00
parent 8621db5842
commit 74e4e33bb6
1 changed files with 1 additions and 1 deletions

@ -12,7 +12,7 @@ namespace Gremlin.GremlinData.EntityClasses
public ProductLine ProductLine { get; set; }
//foreign keys
public uint CustomDescriptionId { get; set; }
public uint? CustomDescriptionId { get; set; }
public string ProductLineCode { get; set; }
//Agilent-specific properties: