ESRI.ArcGIS.ADF.Web
QueryFilter Class Members
See Also  Properties 
ESRI.ArcGIS.ADF.Web Namespace : QueryFilter Class




The following tables list the members exposed by QueryFilter.

Public Constructors

 NameDescription
Public ConstructorQueryFilter ConstructorCreates a new instance of QueryFilter.  
Top

Public Properties

 NameDescription
Public PropertyMaxRecords 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.  
Public PropertyOutputSpatialReference The spatial reference (coordinate system and datum transformation) for the output data from the query.  
Public PropertyReturnADFGeometriesWhether to include the geometry of features in the response to the query.  
Public PropertySubFields Defines a collection of field names to include in a dataset returned when executing a query.  
Public PropertyWhereClauseThe where clause to apply when performing an attribute search.  
Top

See Also

© 2010 All Rights Reserved.