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 如果按约定配置密钥,则为 。

适用于