Compartir a través de


IMutableModel.AddQueryType(Type) Método

Definición

Agrega un tipo de consulta al modelo.

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

Parámetros

type
Type

Clase CLR que se usa para representar instancias del tipo de consulta.

Devoluciones

Tipo de consulta.

Se aplica a