ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1ViewRow Class
Properties Methods

In This Topic
    C1ViewRow Class Members
    In This Topic

    The following tables list the members exposed by C1ViewRow.

    Public Properties
     NameDescription
    Public PropertyGets the collection of System.Data.DataRow objects referenced in this C1ViewRow.  
    Public PropertyOverloaded. Gets or sets the value stored in the specified C1ViewColumn of this row.  
    Public PropertyGets or sets the column values of this row through an array.  
    Public PropertyReturns an array of values representing a primary key of the row.  
    Public PropertyReturns an array of values representing a sort key of the row.  
    Public PropertyGets the C1DataView that this row belongs to.  
    Top
    Public Methods
     NameDescription
    Public MethodStarts an editing of the row.  
    Public MethodCancels current row editing.  
    Public MethodDeletes this row.  
    Public MethodFinishes current row editing.  
    Public MethodOverloaded. Gets the child rows of this C1ViewRow using the specified C1ViewRelation.  
    Public MethodGets a parent C1ViewRow for this row.  
    Public MethodGets an array of parent rows of this C1ViewRow.  
    Public MethodOverloaded. Gets a value that indicates whether the specified C1ViewColumn contains a null value.  
    Top
    See Also