ComponentOne DataObjects for .NET
C1DataRow Class Methods

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

For a list of all members of this type, see C1DataRow members.

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