ESRI.ArcGIS.Mobile.Client
GetDataRow Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > Feature Class : GetDataRow Method

columns
Array of column names to include in the resulting feature data row.
Returns a feature data row associated with the feature that contains the requested set of columns.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetDataRow( _
   ByVal ParamArray columns() As String _
) As FeatureDataRow
C# 
public virtual FeatureDataRow GetDataRow( 
   params string[] columns
)

Parameters

columns
Array of column names to include in the resulting feature data row.

Return Value

Feature data row of the feature.

Requirements

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

See Also