EntityLoadInfo.ForType(Type) 方法

定义

创建一个新的 ValueBuffer,仅包含给定类型的实体所需的值。

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

参数

clrType
Type

此实体的类型。

返回

更新了值缓冲区。

适用于