ESRI.ArcGIS.Mobile
GetDataReader Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace > FeatureLayer Class : GetDataReader Method

FeatureDataReader returns an implementation of ADO.NET System.Data.IDataReader providing access to data. The returned data is based on a query filter and it corresponds to the cached data and the edits.

Overload List

OverloadDescription
GetDataReader(QueryFilter,String[]) FeatureDataReader returns an implementation of ADO.NET System.Data.IDataReader providing access to data. The returned data is based on a query filter and it corresponds to the cached data and the edits.  
GetDataReader(QueryFilter,EditState,String[]) FeatureDataReader returns an implementation of ADO.NET System.Data.IDataReader providing access to data.  

Requirements

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