|
| ESRI.ArcGIS.ADF.Web | |
| Query Method | |
| See Also Send Feedback | |
| ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class : Query Method |
- queryFilter
- Filter with the parameters for the query.
| Visual Basic (Declaration) | |
|---|---|
Public Function Query( _ ByVal queryFilter As QueryFilter _ ) As DataTable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As GraphicsLayer Dim queryFilter As QueryFilter Dim value As DataTable value = instance.Query(queryFilter) | |
| C# | |
|---|---|
public DataTable Query( QueryFilter queryFilter ) | |
Parameters
- queryFilter
- Filter with the parameters for the query.
Return Value
DataTable with features. Table may be a FeatureGraphicsLayer or ElementGraphicsLayer if search options includes returning geometries.Locates features that match the input parameters. A DataTable is returned with features found. If the QueryFilter specifies an option to return feature geometries, the DataTable will be either a FeatureGraphicsLayer or a ElementGraphicsLayer, depending on the type of layer queried.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family