In This Topic
The following tables list the members exposed by C1ViewRow.
Public Properties
| Name | Description |
 | BaseRows | Gets the collection of System.Data.DataRow objects referenced in this C1ViewRow. |
 | Item | Overloaded. Gets or sets the value stored in the specified C1ViewColumn of this row. |
 | ItemArray | Gets or sets the column values of this row through an array. |
 | PrimaryKeyValue | Returns an array of values representing a primary key of the row. |
 | SortKeyValue | Returns an array of values representing a sort key of the row. |
 | View | Gets the C1DataView that this row belongs to. |
Top
Public Methods
See Also