ModelMetadata.EntityType Property

Definition

public:
 property Microsoft::EntityFrameworkCore::Metadata::IEntityType ^ EntityType { Microsoft::EntityFrameworkCore::Metadata::IEntityType ^ get(); };
public Microsoft.EntityFrameworkCore.Metadata.IEntityType EntityType { get; }
member this.EntityType : Microsoft.EntityFrameworkCore.Metadata.IEntityType
Public ReadOnly Property EntityType As IEntityType

Property Value

IEntityType

Applies to