DataViewRecord Properties
A record within the XPDataView.| Name | Description |
|---|---|
| Item[Int32] | Gets the value of the column specified by its index. |
| Item[String] | Gets the value of the column specified by its name. |
| View | Gets the data view to which the current record belongs. |
See Also