ESRI.ArcGIS.ADF.Web.DataSources
GetFields(String,String) Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources Namespace > IQueryFunctionality Interface > GetFields Method : GetFields(String,String) Method




mapFunctionalityName
Name of the map functionality. May be null for some resource types.
layerID
ID of the layer.
Gets field names.

Syntax

Visual Basic (Declaration) 
Overloads Function GetFields( _
   ByVal mapFunctionalityName As String, _
   ByVal layerID As String _
) As String()
Visual Basic (Usage)Copy Code
Dim instance As IQueryFunctionality
Dim mapFunctionalityName As String
Dim layerID As String
Dim value() As String
 
value = instance.GetFields(mapFunctionalityName, layerID)
C# 
string[] GetFields( 
   string mapFunctionalityName,
   string layerID
)

Parameters

mapFunctionalityName
Name of the map functionality. May be null for some resource types.
layerID
ID of the layer.

Return Value

Array of field names in the layer.

See Also

© 2010 All Rights Reserved.