SqlInsertString Property

Microsoft Deployment Tools

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
public:
property String^ SqlInsertString {
	String^ get ();
}
Remarks

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

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