IMutableModel.AddQueryType(Type) Method

Definition

Adds a query type to the model.

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

Parameters

type
Type

The CLR class that is used to represent instances of the query type.

Returns

The query type.

Applies to