DbSet<TEntity>.EntityType Property

Definition

The IEntityType metadata associated with this set.

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

Property Value

Applies to