aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Data/WindowsInstaller/Table.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-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>