SQLDelete

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto SQLDelete(string table, string condition)
  2. auto SQLDelete(string table, string[] conditions)
    SQLDelete
    (
    string table
    ,
    string[] conditions
    )

Meta