delete All From
Deletes all data from tables within the specified schema. If there is null, then the tables not associated with a schema are deleted.
Uses the longLastingConnection property for the connection.
Parameters
schema Name
the name of the schema containing the table
Deletes all data from the tables in the list.
Uses the longLastingConnection property for the connection.
Parameters
table Names
the table to delete from
schema Name
the name of the schema containing the table
Deletes all data from the named table.
Uses the longLastingConnection property for the connection.
Return
true if the command executed successfully.
Parameters
table Name
the table to delete from
schema Name
the name of the schema containing the table