首页 / 浏览问题 / 云GIS / 问题详情
iClient的SQL查询设置查询结果的条数的参数是什么?
11EXP 2020年06月17日

我SQL查询每次只能获取20条结果

1个回答

您好,您需要设置toIndex:-1      var sqlParam = new SuperMap.GetFeaturesBySQLParameters({
            queryParameter: {
                name: "Countries@World",
                //attributeFilter: "SMID = 247"
            },
            datasetNames: ["World:Countries"],
            toIndex:-1
        });
3,352EXP 2020年06月17日
...