Deployment Tools Foundation
SqlSelectString Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► TableInfo ► SqlSelectString
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 Get
public: property String^ SqlSelectString { String^ 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.9.1006.0)