dark_mode EN
  • Method WSqliteQuery :SqlDelete
  • Parameters
    cTable (optional)

    Table name

  • Return value
    cSql

    SQL sentece

Method that creates the basic statement for deleting rows from a table. It's the same as 'DELETE FROM <table> WHERE' where <table> is the table name.

Previous chevron_left Next chevron_right