Condividi tramite


EntityLoadInfo.ForType(Type) Metodo

Definizione

Crea un nuovo valore ValueBuffer contenente solo i valori necessari per le entità di un determinato tipo.

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

Parametri

clrType
Type

Tipo di questa entità.

Restituisce

Buffer dei valori aggiornato.

Si applica a