Insert Method
From Microsoft Deployment Tools
Deployment Tools Foundation
Insert Method
Inserts the record in the database.
| C# | Visual Basic | Visual C++ |
public void Insert()
Public Sub Insert
public: void Insert()
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.