共用方式為


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

傳回

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

實作

屬性

適用於