ModelMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 | |