RawEntityDataTEntity Methods |
The RawEntityDataTEntity generic type exposes the following members.
Name | Description | |
---|---|---|
CreateEntity |
Creates an entity with the data from a specified record in the data set.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FillArray |
Fills an array from a specified record in the data set. The array must contain one
element for each property in Properties and on return of the array will
be filled with values in the same order.
| |
FillEntity |
Fills a given entity instance with the data from a specified record in the data set.
The EntityIdentifier property, if it exists in the data set,
is ignored; it is not required to match the entity to be filled.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEntityIdentifier |
Gets the entity identifier from a specified record in the data set.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValues |
Gets the values from a specified record in the data set. The returned array will contain
one element for each property in Properties and will be in the same order.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |