PropertyExtensions.GetContainingForeignKeys(IProperty) 方法

定义

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

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

参数

property
IProperty

要为其获取外键的属性。

返回

使用此属性的外键。

适用于