ModelMetadata Class

Definition

public ref class ModelMetadata : Microsoft::VisualStudio::Web::CodeGeneration::EntityFrameworkCore::IModelMetadata
public class ModelMetadata : Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.IModelMetadata
type ModelMetadata = class
    interface IModelMetadata
Public Class ModelMetadata
Implements IModelMetadata
Inheritance
ModelMetadata
Implements

Constructors

ModelMetadata(IEntityType, Type)

Properties

DbContexType
EntitySetName
EntityType
ModelType
Navigations

Only navigations that are dependent and has all properties defined in code (non-shadow properties) are returned as part of this. Typically this is used to create code for drop down lists to choose values from principal entity.

PrimaryKeys
Properties

Applies to