ESRI.ArcGIS.Mobile
Read Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > FeatureDataReader Class : Read Method

Reads the next available record.

Syntax

Visual Basic (Declaration) 
Public Function Read() As Boolean
C# 
public bool Read()

Return Value

bool

Remarks

If no more record can be read, the method returns false and the IsClosed property is set to true.

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