FindEntryAsync
Description: the method searches for data in the specified database table and returns the boolean value of the search result
Syntax: FindEntryAsync(string tableName, string columnName, string value)
Return value: bool (true or false)
Example:
bool result = await testerMySql.FindEntryAsync("test_table", "name", "'I am Tester'");
Created with the Personal Edition of HelpNDoc: Easily create Help documents