new SuperMap.DataReturnOption(options)
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
The parameters.
|
Members
-
dataReturnModeSuperMap.DataReturnMode
-
The data return mode.
- Default Value: SuperMap.DataReturnMode.RECORDSET_ONLY
datasetstring
The result dataset identifier. Valid when dataReturnMode is SuperMap.DataReturnMode.DATASET_ONLY or SuperMap.DataReturnMode.DATASET_AND_RECORDSET, As the name of the returned data set. The name is represented by the form "data set name @data source alias".
deleteExistResultDatasetboolean
Whether to delete the existing dataset if the specified result dataset name is identical to the name of an existing dataset.
- Default Value: true
expectCountnumber
Sets the maximum number of records returned. It returns all the record number when it is less than or equal to 0.
- Default Value: 1000
Methods
-
destroy()
DataReturnOption.js, line 50 -
Disposes the resource. The property that references resource is set to null.