KeyExtensions.IsPrimaryKey(IKey) 方法

定义

返回一个值,该值指示键是否为主键。

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

参数

key
IKey

用于查找它是否为主要密钥的键。

返回

true 如果键是主键,则为 。

适用于