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

featureDataRecord
Inserts the feature data record in the reader. The reader current position is not updated. The feature data record passed as argument will be dispose on success.

Syntax

Visual Basic (Declaration) 
Public Sub Insert( _
   ByVal featureDataRecord As FeatureDataRecord _
) 
C# 
public void Insert( 
   FeatureDataRecord featureDataRecord
)

Parameters

featureDataRecord

Remarks

Inserting a record does not change the current position. Calling this function performs the insertion immediately without requiring additional calls to complete the operation.

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