Insert Method

DTF API

Copy image CopyHover image
Deployment Tools Foundation Insert Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstaller.LinqQRecordInsert()()()()
Inserts the record in the database.
Declaration Syntax
C# Visual Basic Visual C++ F#
public void Insert()
Public Sub Insert
public:
void Insert()
member Insert : unit -> unit 
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.dll) Version: 3.0.0.0 (3.11.1.2318)