EntityLoadInfo.ForType(Type) Method

Definition

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

public Microsoft.EntityFrameworkCore.Storage.ValueBuffer ForType (Type clrType);
member this.ForType : Type -> Microsoft.EntityFrameworkCore.Storage.ValueBuffer
Public Function ForType (clrType As Type) As ValueBuffer

Parameters

clrType
Type

The type of this entity.

Returns

Updated value buffer.

Applies to