ESRI.ArcGIS.Mobile
FeatureDataRow Class Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : FeatureDataRow Class


The following tables list the members exposed by FeatureDataRow.

Public Properties

 NameDescription
Public PropertyFeatureLayer Gets the FeatureLayer for which this row is defined.  
Public PropertyFid Gets the feature Id  
Public PropertyGeometry Gets or sets the Geometry on the FeatureDataRow.  
Public PropertyGlobalId Gets the Global Id  
Public PropertyHasErrorsGets a value that indicates whether there are errors in a row. (Inherited from System.Data.DataRow)
Public PropertyItemOverloaded. Gets or sets the data stored in the column specified by index. (Inherited from System.Data.DataRow)
Public PropertyItemArrayGets or sets all the values for this row through an array. (Inherited from System.Data.DataRow)
Public PropertyRowErrorGets or sets the custom error description for a row. (Inherited from System.Data.DataRow)
Public PropertyRowStateGets the current state of the row with regard to its relationship to the DataRowCollection. (Inherited from System.Data.DataRow)
Public PropertyStoredEditSate Gets the stored edit state of this feature.  
Public PropertySubtypeCode Gets or sets the subtype code. If the feature has no subtype, there is always a default subtype of code = 0.  
Public PropertyTable Gets the FeatureDataTable for which this row has a schema.  
Top

Public Methods

 NameDescription
Public MethodAcceptChangesCommits all the changes made to this row since the last time AcceptChanges was called. (Inherited from System.Data.DataRow)
Public MethodBeginEditStarts an edit operation on a DataRow object. (Inherited from System.Data.DataRow)
Public MethodCancelEditCancels the current edit on the row. (Inherited from System.Data.DataRow)
Public MethodClearErrorsClears the errors for the row. This includes the RowError and errors set with SetColumnError. (Inherited from System.Data.DataRow)
Public MethodDeleteDeletes the DataRow. (Inherited from System.Data.DataRow)
Public MethodEndEditEnds the edit occurring on the row. (Inherited from System.Data.DataRow)
Public MethodGetChildRowsOverloaded. Gets the child rows of a DataRow using the specified RelationName of a DataRelation. (Inherited from System.Data.DataRow)
Public MethodGetColumnErrorOverloaded. Gets the error description for the column specified by index. (Inherited from System.Data.DataRow)
Public MethodGetColumnErrorCodeOverloaded.  Returns the column error code.  
Public MethodGetColumnsInErrorGets an array of columns that have errors. (Inherited from System.Data.DataRow)
Public MethodGetDomainOverloaded.  Returns the Domain object for the column index.  
Public MethodGetParentRowOverloaded. Gets the parent row of a DataRow using the specified RelationName of a DataRelation. (Inherited from System.Data.DataRow)
Public MethodGetParentRowsOverloaded. Gets the parent rows of a DataRow using the specified RelationName of a DataRelation. (Inherited from System.Data.DataRow)
Public MethodHasVersionGets a value that indicates whether a specified version exists. (Inherited from System.Data.DataRow)
Public MethodIsNullOverloaded. Gets a value that indicates whether the column at the specified index contains a null value. (Inherited from System.Data.DataRow)
Public MethodRejectChangesRejects all changes made to the row since AcceptChanges was last called. (Inherited from System.Data.DataRow)
Public MethodResetDefaultValues Resets the row values to their default values.  
Public MethodSetAddedChanges the Rowstate of a DataRow to Added. (Inherited from System.Data.DataRow)
Public MethodSetColumnErrorOverloaded. Sets the error description for a column specified by index. (Inherited from System.Data.DataRow)
Public MethodSetModifiedChanges the Rowstate of a DataRow to Modified. (Inherited from System.Data.DataRow)
Public MethodSetParentRowOverloaded. Sets the parent row of a DataRow with specified new parent DataRow. (Inherited from System.Data.DataRow)
Public MethodValidate Validates the row values and flags columns with errors in case of violation of data integrity.  
Top

Protected Methods

 NameDescription
Protected MethodSetNullSets the value of the specified DataColumn to a null value. (Inherited from System.Data.DataRow)
Top

See Also