MutablePropertyExtensions.GetContainingKeys(IMutableProperty) 方法

定义

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

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

参数

property
IMutableProperty

要为其获取主键和备用键的属性。

返回

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

适用于