| 1. | Provides details on removing records from a database 提供有关如何从数据库中移除记录的详细说明。 |
| 2. | Method removes records from the database based on the parameter values passed in 方法从数据库中移除记录。 |
| 3. | You can add or remove records by clicking the add new or 控件上单击“新添”或“删除”按钮,可以添加或移除记录。 |
| 4. | Enabling deletion lets you permanently remove records from the database 启用删除使您可以永久移除数据库中的记录。 |
| 5. | If your application does not need to send updates back to a data source , then it is possible to remove records by directly accessing the data row collection 如果应用程序不需要将更新发送回数据源,则可以通过直接访问数据行集合( |
| 6. | Adding new records the insert command only requires the current values since no original record exists and removing records the delete command only requires the original values in order to locate the record to delete 由于不存在初始记录,添加新记录( insert命令)只需要当前值;移除记录( delete命令)只需要使用初始值来定位要删除的记录。 |