CachedDataAnnotationsMetadataAttributes.ScaffoldColumn 属性

定义

指示数据字段是否为基架。

public System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute ScaffoldColumn { get; protected set; }
member this.ScaffoldColumn : System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute with get, set
Public Property ScaffoldColumn As ScaffoldColumnAttribute

属性值

如果字段为基架,则为 true;否则为 false。

适用于