EditEntryAsync

English version ›› Plugins ›› HatPluginMySql ›› Class: TesterMySql ›› Methods ››
Parent Previous Next

EditEntryAsync

Description: the method executes a query that modifies the data in the database table and returns the record number

Syntax: EditEntryAsync(string sqlQuertUpdate)

Return value: int


Example:

int result = await testerMySql.EditEntryAsync("UPDATE test_table SET age = 111 WHERE name = 'I am Tester'");

Created with the Personal Edition of HelpNDoc: Full-featured EBook editor