根据对象ID数组进行查询。

命名空间:  SuperMap.Data
程序集:  SuperMap.Data (in SuperMap.Data)
版本: dll

语法

C#
public Recordset Query(
	int[] id,
	CursorType cursorType
)

参数

id
Type: array< System..::.Int32 >[]()[]
指定的对象ID数组。
cursorType
Type: SuperMap.Data..::.CursorType
指定的游标类型,以便用户控制查询出来的记录集的属性。当游标类型为动态时,记录集可以被修改,当游标类型为静态时,记录集为只读属性。详细信息请参见CursorType 类型。

返回值

查询得到的记录集。

请参见