Deployment Tools Foundation
SqlInsertString Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► TableInfo ► SqlInsertString
Gets an SQL INSERT string that can be used insert a new record into the table.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public string SqlInsertString { get; }
Public ReadOnly Property SqlInsertString As String Get
public: property String^ SqlInsertString { String^ get (); }
member SqlInsertString : string with 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.11.1.2318)