CodeModelMetadata 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.
CodeModelMetadata is used to expose properties of a model without Entity type information
public ref class CodeModelMetadata : Microsoft::VisualStudio::Web::CodeGeneration::EntityFrameworkCore::IModelMetadata
public class CodeModelMetadata : Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.IModelMetadata
type CodeModelMetadata = class
interface IModelMetadata
Public Class CodeModelMetadata
Implements IModelMetadata
- Inheritance
-
CodeModelMetadata
- Implements
Constructors
| CodeModelMetadata(Type) |
Properties
| ModelType | |
| Navigations |
Always returns empty array as there is no Entity type information |
| PrimaryKeys |
Always return empty array as there is no Entity type information |
| Properties |
Returns an array of properties that are bindable. (For eg. primitive types, strings, DateTime etc.) |