SqlSelectString Property

Microsoft Deployment Tools

Deployment Tools Foundation SqlSelectString Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerTableInfoSqlSelectString
Gets an SQL SELECT string that can be used to select all columns of the table.
Declaration Syntax
C# Visual Basic Visual C++
public string SqlSelectString { get; }
Public ReadOnly Property SqlSelectString As String
public:
property String^ SqlSelectString {
	String^ get ();
}
Remarks

The columns are listed explicitly in the SELECT string, as opposed to using "SELECT *".

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)