ESRI.ArcGIS.Mobile
IFeatureDataRecordEdit Interface Members
See Also  Methods  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : IFeatureDataRecordEdit Interface


The following tables list the members exposed by IFeatureDataRecordEdit.

Public Methods

 NameDescription
 MethodSetBlob Sets the byte array value of the specified column.  
 MethodSetBoolean Sets the value of the specified column as a Boolean.  
 MethodSetByte Sets the 8-bit unsigned integer value of the specified column.  
 MethodSetChar Sets the character value of the specified column.  
 MethodSetDateTime Sets the DateTime of the specified column.  
 MethodSetDecimal Gets the fixed-position numeric value of the specified column.  
 MethodSetDouble Set the double-precision floating point number of the specified column.  
 MethodSetFloat Sets the float value of the specified column.  
 MethodSetGeometrySets geometry for the current record.  
 MethodSetGuid Sets the guid value of the specified column.  
 MethodSetInt16 Sets the 16-bit signed integer value of the specified column.  
 MethodSetInt32 Sets the 32-bit signed integer value of the specified column.  
 MethodSetInt64 Sets the 64-bit signed integer value of the specified column.  
 MethodSetString Sets the string value of the specified column.  
 MethodSetValue Sets the value of the specified column to the passed-in value.  
 MethodSetValues Sets each of the fields in the specified record to the corresponding value in the specified array.  
Top

See Also