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

EFDataViewRecord Members

A EF-oriented class that represents a lightweight read-only data record (a data view) retrieved from a database without loading a complete business object.

Constructors

Name Description
EFDataViewRecord(EFDataView, DbDataRecord) Creates a new instance of the EFDataViewRecord class.

Properties

Name Description
DataView Gets the XafDataView object that contains the current XafDataViewRecord. Inherited from XafDataViewRecord.
Item[Int32] Gets the EFDataViewRecord object with the specified index from the EFDataView collection.
Item[String] Gets the EFDataViewRecord object with the specified name from the EFDataView collection.
ObjectType Gets the type of an original business object that are queried by XafDataViewRecord. Inherited from XafDataViewRecord.

Methods

Name Description
ContainsMember(String) Indicates whether a property with the specified name is contained in the current XafDataView, or not. Inherited from XafDataViewRecord.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetAttributes() Returns a collection of attributes of this instance of the XafDataViewRecord. Inherited from XafDataViewRecord.
GetClassName() Returns a class name of this instance of the XafDataViewRecord. Inherited from XafDataViewRecord.
GetComponentName() Returns a name of this instance of the XafDataViewRecord. Inherited from XafDataViewRecord.
GetConverter() Returns a type converter for this instance of the XafDataViewRecord. Inherited from XafDataViewRecord.
GetDefaultEvent() Returns a default event for this instance of the XafDataViewRecord. Inherited from XafDataViewRecord.
GetDefaultProperty() Returns a default property for this instance of the XafDataViewRecord. Inherited from XafDataViewRecord.
GetEditor(Type) Returns an editor of the specified type for this instance of the XafDataViewRecord. Inherited from XafDataViewRecord.
GetEvents() Returns a collection of events for this instance of the XafDataViewRecord. Inherited from XafDataViewRecord.
GetEvents(Attribute[]) Returns a collection of events with the specified attributes for this instance of the XafDataViewRecord. Inherited from XafDataViewRecord.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetProperties() Returns a collection of properties for this instance of the XafDataViewRecord. Inherited from XafDataViewRecord.
GetProperties(Attribute[]) Returns a collection of properties with the specified attributes for this instance of the XafDataViewRecord. Inherited from XafDataViewRecord.
GetPropertyOwner(PropertyDescriptor) Returns an object which is the owner of a property described by the specified property descriptor. Inherited from XafDataViewRecord.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a XafDataViewRecord‘s textual representation. Inherited from XafDataViewRecord.
See Also