共用方式為


RuntimeProperty.IReadOnlyProperty.GetContainingKeys 方法

定義

取得使用此屬性的所有主要或替代索引鍵, (包含此屬性的複合索引鍵) 。

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

傳回

使用此屬性的主要和替代索引鍵。

實作

屬性

適用於