ScaffoldColumnAttribute.Scaffold Property
.NET Framework (current version)
Gets or sets the value that specifies whether scaffolding is enabled.
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
You can use this property to enable scaffolding in individual data columns in a data model. If you set this property to true in the global.asax file, the entire data model will expose all data columns in the database for CRUD (Create, Read, Update and Delete) operations.
Universal Windows Platform
Available since 10
.NET Framework
Available since 3.5
Available since 10
.NET Framework
Available since 3.5
Show: