PropertyValues.EntityType Property

Definition

Gets the underlying entity type for which this object is storing values.

public virtual Microsoft.EntityFrameworkCore.Metadata.IEntityType EntityType { get; }
public virtual Microsoft.EntityFrameworkCore.Metadata.IEntityType EntityType { [System.Diagnostics.DebuggerStepThrough] get; }
member this.EntityType : Microsoft.EntityFrameworkCore.Metadata.IEntityType
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.EntityType : Microsoft.EntityFrameworkCore.Metadata.IEntityType
Public Overridable ReadOnly Property EntityType As IEntityType

Property Value

Attributes

Applies to