Skip to main content
A newer version of this page is available. .

XafDataViewRecord Properties

An abstract class that 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