Insert Method (temporary)

Microsoft Deployment Tools

Deployment Tools Foundation Insert Method (temporary)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.LinqQRecordInsert(Boolean)
Inserts the record into the table.
Declaration Syntax
C# Visual Basic Visual C++
public void Insert(
	bool temporary
)
Public Sub Insert ( _
	temporary As Boolean _
)
public:
void Insert(
	bool temporary
)
Parameters
temporary (Boolean)
true if the record is temporarily inserted, to be visible only as long as the database is open
Remarks
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) Version: 3.0.0.0 (3.5.1623.0)