ScaffoldTableAttribute Constructor (Boolean)
.NET Framework (current version)
Initializes a new instance of ScaffoldTableAttribute 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 tables in the database for CRUD (Create, Read, Update and Delete) operations or expose individual tables to CRUD operations by setting scaffold for individual tables to true.
.NET Framework
Available since 3.5
Available since 3.5
Show: