次の方法で共有


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 クラス。

戻り値

クエリの種類。

適用対象