SqlSelectString Property

DTF API

Copy image CopyHover image
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++ F#
public string SqlSelectString { get; }
Public ReadOnly Property SqlSelectString As String
	Get
public:
property String^ SqlSelectString {
	String^ get ();
}
member SqlSelectString : string with get
Property Value
Remarks

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

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)