ESRI.ArcGIS.Mobile
Load(IDataReader,LoadOption,FillErrorEventHandler) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > FeatureDataTable Class > Load Method : Load(IDataReader,LoadOption,FillErrorEventHandler) Method

reader
loadOption
errorHandler
Fills a FeatureDataTable with values from a feature source using the supplied IDataReader using an error-handling delegate.

Syntax

Visual Basic (Declaration) 
Public Overloads Overrides Sub Load( _
   ByVal reader As IDataReader, _
   ByVal loadOption As LoadOption, _
   ByVal errorHandler As FillErrorEventHandler _
) 
C# 
public override void Load( 
   IDataReader reader,
   LoadOption loadOption,
   FillErrorEventHandler errorHandler
)

Parameters

reader
loadOption
errorHandler

Exceptions

ExceptionDescription
ArgumentNullExceptionNull data reader.
ArgumentExceptionThe reader is not a FeatureDataReader.

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

© 2013 All Rights Reserved.