XafDataViewRecord Properties
An abstract class that implements IObjectRecord and represents a lightweight read-only data record (a data view) retrieved from a database without loading a complete business object.| Name | Description |
|---|---|
| DataView | Gets the XafDataView object that contains the current XafDataViewRecord. |
| Item[Int32] | Gets the XafDataViewRecord object with the specified index from the XafDataView collection. |
| Item[String] | Gets the XafDataViewRecord object with the specified name from the XafDataView collection. |
| ObjectType | Gets the type of an original business object that are queried by XafDataViewRecord. |
See Also