We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505434b commit e4ea485Copy full SHA for e4ea485
DataWarehouseAutomation/DataWarehouseAutomation/BusinessKeyDefinition.cs
@@ -13,6 +13,12 @@ public class BusinessKeyDefinition
13
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
14
public string? Id { get; set; }
15
16
+ /// <summary>
17
+ /// The optional name of the Business Key Definition.
18
+ /// </summary>
19
+ [JsonPropertyName("name")]
20
+ public string? Name { get; set; }
21
+
22
/// <summary>
23
/// Items that define the Business Key e.g. the collection of columns for a Business Key.
24
/// </summary>
0 commit comments