<< Click to Display Table of Contents >> Navigation: SshNetIbmi Class > SshNetIbmi Methods > ClearSqlTableXmlSvc Method |
Summary
Clear table by deleting all records from table using SQL DELETE action.
Internally uses SQL DELETE FROM to delete all records without dropping the table.
Ex: DELETE FROM LIBRARY/TABLENAME
Parameters
sTableName - SQL table name. Up to 30 characters
sTableLibrary - SQL table schema/library
Returns
True=Success, False=Error