ConventionPropertyExtensions.GetContainingKeys(IConventionProperty) 方法

定义

获取使用此属性的所有主键或备用键 (包括) 包含此属性的复合键。

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionKey> GetContainingKeys (this Microsoft.EntityFrameworkCore.Metadata.IConventionProperty property);
static member GetContainingKeys : Microsoft.EntityFrameworkCore.Metadata.IConventionProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionKey>
<Extension()>
Public Function GetContainingKeys (property As IConventionProperty) As IEnumerable(Of IConventionKey)

参数

property
IConventionProperty

要获取其主密钥和备用密钥的属性。

返回

使用此属性的主键和备用键。

适用于