根据指定字段做ID查询,指定字段类型必须是整型。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public Recordset Query( int[] id, string idFieldName, CursorType cursorType ) |
参数
- id
- Type: array<
System..::.Int32
>[]()[]
指定的对象ID数组。
- idFieldName
- Type: System..::.String
指定的字段名称。
- cursorType
- Type: SuperMap.Data..::.CursorType
指定的查询结果记录集的游标类型。以便用户控制查询出来的记录集的属性。当游标类型为动态时,记录集可以被修改,当游标类型为静态时,记录集为只读属性。详细信息请参见CursorType 类型。