MutablePropertyExtensions.GetContainingForeignKeys(IMutableProperty) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all foreign keys that use this property (including composite foreign keys in which this property is included).
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)
Parameters
- property
- IMutableProperty
The property to get foreign keys for.
Returns
The foreign keys that use this property.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework