Xbasic

SQL::TableSnapshotAddRow Method

Syntax

L AddRow (Row as SQL::RowSnapshot)

Arguments

RowSQL::RowSnapshot

The row to add.

Description

Add a row to the collection of rows.

Discussion

Adds a snapshot of an individual row to the table snapshot. Returns true if a row was added and false if there was an error.