Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - C and C++ Programming » API Reference » UltraLite C++ API Reference » UltraLite_ResultSet_iface class

 

DeleteNamed function

Synopsis
bool UltraLite_ResultSet_iface:DeleteNamed(
  const ULValue & table_name
)
Parameters
  • table_name   A table name or its correlation (required when the database has multiple columns that share the same table name.

Remarks

Deletes the current row and moves it to the next valid row.