ESRI.ArcGIS.ADF.Web | |
QueryFilter Class Properties | |
See Also |
ESRI.ArcGIS.ADF.Web Namespace : QueryFilter Class |
For a list of all members of this type, see QueryFilter members.
Name | Description | |
---|---|---|
MaxRecords | Gets/Sets the maximum number of records returned when a QueryFilter is used. This property can be used to limit the number of records returned from a query. Since transaction time increases when more records are returned, limiting the number of records may improve query performance by reducing the transaction time and providing a manageable data portion. | |
OutputSpatialReference | The spatial reference (coordinate system and datum transformation) for the output data from the query. | |
ReturnADFGeometries | Whether to include the geometry of features in the response to the query. | |
SubFields | Defines a collection of field names to include in a dataset returned when executing a query. | |
WhereClause | The where clause to apply when performing an attribute search. |