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

columns
Array of column names to retrieve with the reader.
Returns a FeatureDataReader that represents this Feature.

Syntax

Visual Basic (Declaration) 
Public Function GetEditableDataReader( _
   ByVal ParamArray columns() As String _
) As FeatureDataReader
C# 
public FeatureDataReader GetEditableDataReader( 
   params string[] columns
)

Parameters

columns
Array of column names to retrieve with the reader.

Return Value

The feature data reader representing this 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