次の方法で共有


ModelExtensions.IsShared(IModel, Type) メソッド

定義

CLR 型がモデル内の共有型エンティティによって使用されるかどうかを取得します。

[System.Diagnostics.DebuggerStepThrough]
public static bool IsShared (this Microsoft.EntityFrameworkCore.Metadata.IModel model, Type type);
[<System.Diagnostics.DebuggerStepThrough>]
static member IsShared : Microsoft.EntityFrameworkCore.Metadata.IModel * Type -> bool
<Extension()>
Public Function IsShared (model As IModel, type As Type) As Boolean

パラメーター

model
IModel

エンティティ型を検索するモデル。

type
Type

CLR 型。

戻り値

CLR 型がモデル内の共有型エンティティによって使用されるかどうか。

属性

適用対象