ScaffoldColumnAttribute Constructor (Boolean)

 

Initializes a new instance of ScaffoldColumnAttribute using the Scaffold property.

Namespace:   System.ComponentModel.DataAnnotations
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)

Public Sub New (
	scaffold As Boolean
)

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
Return to top
Show: