MutablePropertyExtensions.GetContainingForeignKeys(IMutableProperty) 方法

定义

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

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

参数

property
IMutableProperty

要为其获取外键的属性。

返回

使用此属性的外键。

适用于