PropertyMetadata 类

定义

public ref class PropertyMetadata : Microsoft::VisualStudio::Web::CodeGeneration::EntityFrameworkCore::IPropertyMetadata
public class PropertyMetadata : Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.IPropertyMetadata
type PropertyMetadata = class
    interface IPropertyMetadata
Public Class PropertyMetadata
Implements IPropertyMetadata
继承
PropertyMetadata
实现

构造函数

PropertyMetadata(PropertyInfo)

在没有 datacontext 的情况下使用模型时,请使用此构造函数。 它将属性设置为:非主非外键。 非自动生成的可写非枚举类型

属性

IsAutoGenerated
IsEnum
IsEnumFlags
IsForeignKey
IsMultilineText
IsPrimaryKey
IsReadOnly
PropertyInfo
PropertyName
Scaffold
ShortTypeName
TypeName

适用于