Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
ScaffoldColumnAttribute(
	bool scaffold
)

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:
© 2017 Microsoft