skipRecords_value
skipRecords_value is a callable in the Database Actions group.
Target
Signature
1skipRecords_valueskipRecords_value is a callable in the Database Actions group.
skipRecords_value is a global callable that can be used wherever an expression is valid. skipRecords_value is part of datasource access. Prefer bind values for visitor input, inspect errors during writes, and keep display escaping separate from SQL handling.
Examples
Basic call
1skipRecords_valueThe example shows the call shape; use bind values and checked errors for visitor-supplied data.