Concept Framework 1.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
Delete | function | public | version 1.0 | no |
public function Delete() |
Performs a positional delete on the current query. Is better to avoid the positional updates and deletes. Is recommended to use the CommandText or PreparedQuery and ExecuteNonQuery to execute a "delete" query. Positional operations are sometimes dangerous to the data integrity. |
... |
Documented by Eduard Suica, generation time: Thu Oct 15 20:01:58 2009 GMT | (c)2009 RadGs Software |