Lucee Function Reference

querydeleterow()

Deletes the row within a query object. Modifies the original query object

Example

querydeleterow(query query,[number row]):boolean

Category

query

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Default Value Description
query query  Yes   Name of an executed query.  
row number  No -9999 The query row number to be deleted.