DM Reference

DM Ref

❯

database datum

❯

database query datum

❯

procs (database query)

❯

RowsAffected proc (database query)

RowsAffected proc (database query)

Version 5061 min read

  • proc

Format

RowsAffected()

After running Execute() on a query that changes rows in the database (for instance, an UPDATE query), this proc returns the number of rows that were changed. This can be useful if you need to know whether a query actually did anything.

See also

  • database query datum
  • Execute proc (database query)
  • RowsAffected proc (database query)

Graph View

  • Format
  • See also

Backlinks

  • Execute proc (database query)
  • RowsAffected proc (database query)
  • procs (database query)

Created with Quartz v4.5.0 © 2025

  • GitHub