for-next meaning in English
再一次
Examples
- To save data from a collection of objects , loop through the collection of objects for example , a for - next loop and send the values for each object to the database using one of the tableadapter s dbdirect methods
若要保存对象集合中的数据,请循环通过对象集合(例如, for - next循环) ,然后使用tableadapter的dbdirect方法之一将每个对象的值发送到数据库中。 - To save data from a collection of objects , loop through the collection of objects for example , using a for - next loop and send the values for each object to the database using the tableadapter s dbdirect methods
若要保存对象集合中的数据,请循环访问该对象集合(例如,使用for - next循环) ,然后使用tableadapter的dbdirect方法将每个对象的值发送到数据库中。