根据给定的参数来返回空的记录集或者返回包括所有记录的记录集对象。

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

语法

C#
public Recordset GetRecordset(
	bool isEmptyRecordset,
	CursorType cursorType
)

参数

isEmptyRecordset
Type: System..::.Boolean
给定的判断是否返回空的记录集参数。

为true时返回空记录集。

为false返回包含所有记录的记录集合对象。

cursorType
Type: SuperMap.Data..::.CursorType
指定的游标类型,以便用户控制查询出来的记录集的属性。当游标类型为动态时,记录集可以被修改,当游标类型为静态时,记录集为只读属性。详细信息请参见CursorType 类型。

返回值

空的Recordset。

请参见