SetEntryAsync
Description: the method executes a query that adds data to the database table and returns the record number
Syntax: SetEntryAsync(string sqlQuertInsert)
Return value: int
Example:
int result = await testerMySql.SetEntryAsync("INSERT INTO test_table VALUES(NULL, 'I am Tester', 100, 'My post QA')");
Created with the Personal Edition of HelpNDoc: Easily create iPhone documentation