![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
TableInfo Class
Defines a table in an installation database.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public class TableInfo
Public Class TableInfo
public ref class TableInfo
![](collapse_all.gif)
All Members | Constructors | Methods | Properties | ||
|
|
|
Icon | Member | Description |
---|---|---|
![]() |
TableInfo(String, ICollection<(Of <<'(ColumnInfo>)>>), IList<(Of <<'(String>)>>)) |
Creates a table definition.
|
![]() |
Columns |
Gets information about the columns in this table.
|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Name |
Gets the name of the table.
|
![]() |
PrimaryKeys |
Gets the names of the columns that are primary keys of the table.
|
![]() |
SqlCreateString |
Gets an SQL CREATE string that can be used to create the table.
|
![]() |
SqlInsertString |
Gets an SQL INSERT string that can be used insert a new record into the table.
|
![]() |
SqlSelectString |
Gets an SQL SELECT string that can be used to select all columns of the table.
|
![]() |
ToString()()()() |
Gets a string representation of the table.
(Overrides Object.ToString()()()().) |
![](collapse_all.gif)
Object | |
![]() |
TableInfo |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)