Xbasic
SQL::RowSnapshotDeleteData Method
Syntax
L DeleteData (Index as N)
Arguments
- IndexNumeric
A numeric value specifying the index of the column to delete.
Description
Removes the SQL::ColumnValue object at a specific index in the collection of column values.
Discussion
Returns true if the column value was deleted and false if there was an error.