EntityLoadInfo Struct

Definition

Information required to create an instance of an entity based on a row of data returned from a query.

This type is typically used by database providers (and other extensions). It is generally not used in application code.

C#
public struct EntityLoadInfo
C#
public readonly struct EntityLoadInfo
Inheritance
EntityLoadInfo

Constructors

Properties

ValueBuffer

Gets the row of data that represents this entity.

Methods

ForType(Type)

Creates a new ValueBuffer containing only the values needed for entities of a given type.

Materialize()

Materializes the data into an entity instance.

WithIndexMap(Dictionary<Type,Int32[]>)

Populates Type Index Map field of the struct.

Applies to

Toode Versioonid
Entity Framework Core 1.0, 1.1, 2.0, 2.1, 2.2