您要查找的是不是:
- current record pointer 当前记录指针
- The number of fields within the current record. 当前记录中字段的数目。
- Compute values to be saved in the current record. 计算将保存到目前记录中的值。
- Content of the current record is deleted. 删除当前记录的内容。
- Inserts the current record in the data source. 将当前记录插入到数据源中。
- Selects the whole of the current record. 选择当前记录。
- Updates the current record in the data source. 更新数据源中的当前记录。
- The current record is 65 metres. 目前这一记录是65米。
- The Find method searches for a record in a Recordset that satisfies a specified criteria. If the search is successful, the record pointer will point to the first found record. Find的作用是:按照具体制定的规则在记录集中搜索一条记录。如果搜索成功,那么记录指针将指向首先被发现的记录。
- Displays column values of the current record optimized for editing. 显示当前记录的列值,这些记录已进行了优化以方便编辑。
- Displays column values of the current record optimized for viewing. 显示当前记录的列值,这些记录已进行了优化以方便查看。
- The current record index and count The value of the UNID field. 目前记录的索引和记录的数量。
- The data key value of the current record in a FormView control. FormView控件中的当前记录的数据键值。
- An unedited version of the current record is stored temporarily. 暂时存储当前记录的未编辑版本。
- Example: If this parameter is set to 3, the record pointer moves 3 records forward. 案例:如果该参数设置为3,那么记录指针将向前移动3条记录。
- The edited record remains in place as the current record. 已编辑的记录仍保持为当前记录。
- What is the current record for the longest period without sleep? 目前最长的不睡觉的记录是多少?
- Returns a SqlCeDataReader positioned on the current record. 返回位于当前记录上的SqlCeDataReader。
- Gets all the attribute fields in the collection for the current record. 获取当前记录的集合中的全部属性字段。
- Moves the record pointer to the last record 将记录指针移动到记录集中的最后一条记录