Condividi tramite


IMutableModel.AddQueryType(Type) Metodo

Definizione

Aggiunge un tipo di query al modello.

public Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType AddQueryType (Type type);
abstract member AddQueryType : Type -> Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType
Public Function AddQueryType (type As Type) As IMutableEntityType

Parametri

type
Type

Classe CLR usata per rappresentare le istanze del tipo di query.

Restituisce

Tipo di query.

Si applica a