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.

public virtual Microsoft.EntityFrameworkCore.Metadata.IEntityType Metadata { get; }
member this.Metadata : Microsoft.EntityFrameworkCore.Metadata.IEntityType
Public Overridable ReadOnly Property Metadata As IEntityType

Property Value

Applies to