Click or drag to resize

RawEntityDataTEntity Methods

The RawEntityDataTEntity generic type exposes the following members.

Methods
  NameDescription
Public methodCreateEntity
Creates an entity with the data from a specified record in the data set.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFillArray
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.
Public methodFillEntity
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.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEntityIdentifier
Gets the entity identifier from a specified record in the data set.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also