![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
Insert Method (temporary)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Linq ► QRecord ► Insert(Boolean)
Inserts the record into the table.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public void Insert( bool temporary )
Public Sub Insert ( temporary As Boolean )
public: void Insert( bool temporary )
![](collapse_all.gif)
- temporary (Boolean)
- true if the record is temporarily inserted, to be visible only as long as the database is open
![](collapse_all.gif)
The record (primary keys) may not already exist in the table.
Use NewRecord()()()() to get a new record. Prmary keys and all required fields must be filled in before insertion.
Assembly: Microsoft.Deployment.WindowsInstaller.Linq (Module: Microsoft.Deployment.WindowsInstaller.Linq.dll) Version: 3.0.0.0 (3.9.1006.0)