Deployment Tools Foundation
TableInfo Class
Defines a table in an installation database.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public class TableInfo
Public Class TableInfo
public ref class TableInfo
type TableInfo = class end
Members
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()()()().) |
Inheritance Hierarchy
Object | |
TableInfo |
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)