RuntimeProperty.IProperty.GetContainingKeys 方法

定义

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

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IKey> IProperty.GetContainingKeys ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IProperty.GetContainingKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IKey>
override this.Microsoft.EntityFrameworkCore.Metadata.IProperty.GetContainingKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IKey>
Function GetContainingKeys () As IEnumerable(Of IKey) Implements IProperty.GetContainingKeys

返回

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

实现

属性

适用于