IMutableModel.AddQueryType(Type) 方法

定義

將查詢類型加入至模型。

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

參數

type
Type

用來表示查詢類型的實例的 CLR 類別。

傳回

查詢類型。

適用於