Data for Silverlight
DataRow Class Members
Properties  Methods  Events

C1.Silverlight.Data Namespace : DataRow Class

The following tables list the members exposed by DataRow.

Public Properties
 NameDescription
Public PropertyGets a value that indicates whether there are errors in a row.  
Public PropertyOverloaded. Gets or sets the value stored in this row for a given column.  
Public PropertyGets or sets an array of objects that represent the data stored in this row.  
Public PropertyGets or sets the custom error description for a row.  
Public PropertyGets a DataRowState value that determines the state of this row.  
Public PropertyGets a reference to the DataTable that contains this row.  
Top
Public Methods
 NameDescription
Public MethodMarks the row as unchanged.  
Public MethodClears the errors for the row. This includes the RowError and errors set with SetColumnError.  
Public MethodRemoves this row from its parent table.  
Public MethodOverloaded. Gets the child rows of this DataRow using the specified DataRelation.  
Public MethodOverloaded. Gets the error description of the specified DataColumn.  
Public MethodGets an array of columns that have errors.  
Public MethodOverloaded. Gets the parent row of this DataRow using the specified DataRelation.  
Public MethodOverloaded. Gets a dynamically-built object suitable for data-binding scenarios.  
Public MethodOverloaded. Sets the error description for a column specified as a DataColumn.  
Top
Public Events
 NameDescription
Public EventFires when a field value changes.  
Top
See Also

Reference

DataRow Class
C1.Silverlight.Data Namespace