The find mode used to find a record in a table buffer.
For FIRST find the first record that matches the conditions are returned.
For LAST find the last record that matches the conditions are returned.
For UNIQUE find an error is thrown if multiple records are found that matches the conditions.
The find mode used to find a record in a table buffer.