Insert method

Inserts a new row with the current column values (specified using the set methods).

Each insert must be preceded by a call to ULTable.InsertBegin.

Syntax
Visual Basic
Public Sub Insert()
C#
public void Insert();
See also