次の方法で共有


ScaffoldingModelExtensions.IsHandledByConvention(IKey) メソッド

定義

規則によってキーが構成されるかどうかを示す値を取得します。

public static bool IsHandledByConvention (this Microsoft.EntityFrameworkCore.Metadata.IKey key);
static member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IKey -> bool
<Extension()>
Public Function IsHandledByConvention (key As IKey) As Boolean

パラメーター

key
IKey

チェックするキー。

戻り値

true キーが規則によって構成される場合は 。

適用対象