diff options
| author | Bob Arnson <bob@joyofsetup.com> | 2018-05-06 17:26:38 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@joyofsetup.com> | 2018-05-06 17:26:38 -0400 |
| commit | e48ed09e26098b10a964b56a4ff0c630c4204d94 (patch) | |
| tree | 17b00f2ce4552c274f483114ff966b7508a951ea /src/WixToolset.Data/WindowsInstaller/Table.cs | |
| parent | aa12ce344a305618c3b6a0723519c496c2c9f43c (diff) | |
| download | wix-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.cs | 1 |
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> |
