SqlInsertString Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation SqlInsertString Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerTableInfoSqlInsertString
Gets an SQL INSERT string that can be used insert a new record into the table.
Declaration Syntax
C# Visual Basic Visual C++
public string SqlInsertString { get; }
Public ReadOnly Property SqlInsertString As String
	Get
public:
property String^ SqlInsertString {
	String^ get ();
}
Property Value
Remarks

The values are expressed as question-mark tokens, to be supplied by the record.

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