Understanding UltraLite.NET Development
Accessing and manipulating data with the Table API
The steps to delete a row are simpler than to insert or update rows. There is no delete mode corresponding to the insert or update modes.
The following procedure deletes a row.
To delete a row
Move to the row you wish to delete.
Execute the Table.Delete() method.
t.Delete();
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.