resultsets
美
英 
例句
In the case of a select query, objects representing ResultSets will be returned.
在选择查询的情况下,将返回描述结果集的对象。
Clearly, this approach is not efficient for big resultsets (collections).
显然,这种方法对于大型结果集(集合)而言效果很差。
The explicit capture option may be required to reduce some resultsets.
可能会要求显式捕获选项以减少某些结果集。
While you can return multiple resultsets using dynamic SQL, I prefer to use stored procedures.
如果你是用动态的SQL语句来返回多个数据集,那我建议你用存储过程来替代动态的SQL语句。
It can actually load multiple tables at one time, if the DataReader contains multiple resultsets.
如果DataReader包含多个结果集,则它实际上可以一次加载多个表。
Visual Studio 2005 generates both datasets and resultsets when you use the DataSource Wizard to create a new data source.
当使用数据源向导创建新数据源时,VisualStudio2005同时生成数据集和结果集。