IEntityType.GetForeignKeyProperties 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.
Returns the properties contained in foreign keys.
public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IProperty> GetForeignKeyProperties ();
abstract member GetForeignKeyProperties : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Public Function GetForeignKeyProperties () As IEnumerable(Of IProperty)
Returns
The properties contained in foreign keys.
Applies to
Feedback
Submit and view feedback for