![]() ![]() |
ESRI.ArcGIS.ADF.Web.DataSources | |
Find Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IQueryFunctionality Interface : Find Method |
- mapFunctionalityName
- Name of the map functionality. May be null for a particular implementation.
- findParameters
- Parameters for querying the data set, including layers and fields to query, and where expression parameters.
Visual Basic (Declaration) | |
---|---|
Function Find( _ ByVal mapFunctionalityName As String, _ ByVal findParameters As ESRI.ArcGIS.ADF.Web.FindParameters _ ) As DataTable() |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IQueryFunctionality Dim mapFunctionalityName As String Dim findParameters As ESRI.ArcGIS.ADF.Web.FindParameters Dim value() As DataTable value = instance.Find(mapFunctionalityName, findParameters) |
C# | |
---|---|
DataTable[] Find( string mapFunctionalityName, ESRI.ArcGIS.ADF.Web.FindParameters findParameters ) |
Parameters
- mapFunctionalityName
- Name of the map functionality. May be null for a particular implementation.
- findParameters
- Parameters for querying the data set, including layers and fields to query, and where expression parameters.
Return Value
Array of DataTable with features. Tables may be FeatureGraphicsLayer or ElementGraphicsLayer if search options includes returning geometries.Find locates features in one or more layers that match the input parameters. For each layer where features are found, a DataTable is included in the returned array. If the FindParameters 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