RemoveEntryAsync
Description: the method executes a query that deletes the data in the database table and returns the record number
Syntax: RemoveEntryAsync(string sqlQuertDelete)
Return value: int
Example:
int result = await testerMySql.RemoveEntryAsync("DELETE FROM test_table WHERE name = 'I am Tester'");
Created with the Personal Edition of HelpNDoc: Write EPub books for the iPad