ScaffoldColumnAttribute Constructor (Boolean)
.NET Framework (current version)
Initializes a new instance of ScaffoldColumnAttribute using the Scaffold property.
Assembly: System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)
Parameters
- scaffold
-
Type:
System::Boolean
The value that specifies whether scaffolding is enabled.
You can set scaffold to true for the entire data model to expose all data columns in the database for CRUD (Create, Read, Update and Delete) operations by setting scaffold to true in the Global.asax file or expose individual data columns in a data table to CRUD operations by setting scaffold to true in the partial class.
Universal Windows Platform
Available since 10
.NET Framework
Available since 3.5
Available since 10
.NET Framework
Available since 3.5
Show: