aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WindowsInstaller/Table.cs
diff options
context:
space:
mode:
authorBob Arnson <bob@joyofsetup.com>2018-05-06 17:26:38 -0400
committerBob Arnson <bob@joyofsetup.com>2018-05-06 17:26:38 -0400
commite48ed09e26098b10a964b56a4ff0c630c4204d94 (patch)
tree17b00f2ce4552c274f483114ff966b7508a951ea /src/WixToolset.Data/WindowsInstaller/Table.cs
parentaa12ce344a305618c3b6a0723519c496c2c9f43c (diff)
downloadwix-e48ed09e26098b10a964b56a4ff0c630c4204d94.tar.gz
wix-e48ed09e26098b10a964b56a4ff0c630c4204d94.tar.bz2
wix-e48ed09e26098b10a964b56a4ff0c630c4204d94.zip
Write out useful `keyColumn` value to fix .wixpdb output.
Diffstat (limited to 'src/WixToolset.Data/WindowsInstaller/Table.cs')
-rw-r--r--src/WixToolset.Data/WindowsInstaller/Table.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/WixToolset.Data/WindowsInstaller/Table.cs b/src/WixToolset.Data/WindowsInstaller/Table.cs
index ccdcb40b..c57d9d31 100644
--- a/src/WixToolset.Data/WindowsInstaller/Table.cs
+++ b/src/WixToolset.Data/WindowsInstaller/Table.cs
@@ -11,6 +11,7 @@ namespace WixToolset.Data.WindowsInstaller
11 /// <summary> 11 /// <summary>
12 /// Object that represents a table in a database. 12 /// Object that represents a table in a database.
13 /// </summary> 13 /// </summary>
14 [DebuggerDisplay("{Name}")]
14 public class Table 15 public class Table
15 { 16 {
16 /// <summary> 17 /// <summary>