RuntimeServiceProperty.DeclaringEntityType Property

Definition

Gets the type that this property-like object belongs to.

public override Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType DeclaringEntityType { get; }
public virtual Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType DeclaringEntityType { get; }
member this.DeclaringEntityType : Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityType
Public Overrides ReadOnly Property DeclaringEntityType As RuntimeEntityType
Public Overridable ReadOnly Property DeclaringEntityType As RuntimeEntityType

Property Value

Applies to