IForeignKeyConstraint.Table Property

Definition

Gets the table on with the foreign key constraint is declared.

public Microsoft.EntityFrameworkCore.Metadata.ITable Table { get; }
member this.Table : Microsoft.EntityFrameworkCore.Metadata.ITable
Public ReadOnly Property Table As ITable

Property Value

Applies to