Share via


IForeignKeyConstraint.PrincipalTable Property

Definition

Gets the table that is referenced by the foreign key constraint.

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

Property Value

Applies to