IMutableEntityType.DefiningEntityType Property

Definition

Caution

Entity types with defining navigations have been replaced by shared-type entity types

Gets the defining entity type.

public Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType DefiningEntityType { get; }
[System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")]
public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType? DefiningEntityType { get; }
member this.DefiningEntityType : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType
[<System.Obsolete("Entity types with defining navigations have been replaced by shared-type entity types")>]
member this.DefiningEntityType : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType
Public ReadOnly Property DefiningEntityType As IMutableEntityType
Public Overridable ReadOnly Property DefiningEntityType As IMutableEntityType

Property Value

Attributes

Applies to