This document is archived and information here might be outdated.  Recommended version.


IMapServer4.QueryData Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapServer4 Interface > IMapServer4.QueryData Method
ArcGIS Developer Help

IMapServer4.QueryData Method

Returns a record set of rows that meet the query filter selection criteria for the specified table.

[Visual Basic .NET]
Public Function QueryData ( _
    ByVal MapName As String, _
    ByVal pMapTableDescription As IMapTableDescription, _
    ByVal Filter As IQueryFilter, _
    ByVal options As IQueryResultOptions _
) As IQueryResult
[C#]
public IQueryResult QueryData (
    string MapName,
    IMapTableDescription pMapTableDescription,
    IQueryFilter Filter,
    IQueryResultOptions options
);
[C++]
HRESULT QueryData(
  BSTR MapName,
  IMapTableDescription* pMapTableDescription,
  IQueryFilter* Filter,
  IQueryResultOptions* options
);
[C++]
Parameters
MapName [in]

MapName is a parameter of type BSTR pMapTableDescription [in]
pMapTableDescription is a parameter of type IMapTableDescription* Filter [in]
Filter is a parameter of type IQueryFilter* options [in]
options is a parameter of type IQueryResultOptions*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMapServer4 Interface