PropertyExtensions.GetContainingKeys(IProperty) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取使用此属性的所有主键或备用键 (包括) 包含此属性的复合键。
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IKey> GetContainingKeys (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetContainingKeys : Microsoft.EntityFrameworkCore.Metadata.IProperty -> seq<Microsoft.EntityFrameworkCore.Metadata.IKey>
<Extension()>
Public Function GetContainingKeys (property As IProperty) As IEnumerable(Of IKey)
参数
- property
- IProperty
要获取其主密钥和备用密钥的属性。
返回
使用此属性的主键和备用键。