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

In This Topic
    C1TypedViewRow Class Members
    In This Topic

    The following tables list the members exposed by C1TypedViewRow.

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