ComponentOne DataObjects for .NET
C1DataRow Class Members
Properties  Methods 

C1.Data.2 Assembly > C1.Data Namespace : C1DataRow Class

The following tables list the members exposed by C1DataRow.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyGets the object representing this row in data binding interface IList.  
Public PropertyGets the C1DataTable to which the row belongs.  
Public PropertyGets a collection of custom user information associated with the row.  
Public PropertyGets a value indicating whether there are errors in some of the row field values.  
Public PropertyOverloaded. Gets or sets the data stored in the row in one of the fields.  
Public PropertyGets or sets all of the field values for this row through an array.  
Public PropertyFor a row in edit mode, gets a value indicating whether at least one of row values has been changed.  
Public PropertyGets the position of the row in the C1DataRowCollection.  
Public PropertyGets or sets the custom error description for a row.  
Public PropertyGets the current state of the row.  
Public PropertyGets the ADO.NET DataRow object storing data of this C1DataRow.  
Top
Public Methods
 NameDescription
Public MethodCommits all the changes made to the row since the last time AcceptChanges or RejectChanges was called.  
Public MethodBegins an edit operation on the row.  
Public MethodCancels the current edit on the row.  
Public MethodClears the errors for the row, including the RowError and errors set with SetFieldError(Int32,String).  
Public MethodDeletes the row.  
Public MethodEnds the edit on the row.  
Public Methodstatic (Shared in Visual Basic)Gets the C1DataRow object associated with a row object (data item) obtained from data binding.  
Public MethodOverloaded. Gets the child rows of this C1DataRow using the specified relation.  
Public MethodOverloaded. Gets the error description for a field.  
Public MethodGets an array of fields that have errors in this row.  
Public MethodOverloaded. Gets the parent row of this C1DataRow using the specified relation.  
Public MethodGets a value indicating whether a specified row version exists.  
Public MethodOverloaded. Gets a value indicating whether the specified field contains a null value in this row.  
Public MethodRefreshes field values in the row.  
Public MethodRolls back all the changes made to the row since the last time AcceptChanges or RejectChanges was called.  
Public MethodOverloaded. Sets the error description for a field in the row.  
Public MethodSets the value of the specified field to null.  
Public MethodChanges RowState from Unchanged to Modified without modifying any field in the row.  
Top
See Also

Reference

C1DataRow Class
C1.Data Namespace