EntityEntry.Metadata Property

Definition

Gets the metadata about the shape of the entity, its relationships to other entities, and how it maps to the database.

C#
public virtual Microsoft.EntityFrameworkCore.Metadata.IEntityType Metadata { get; }

Property Value

Applies to