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.

ScaffoldTableAttribute Constructor (Boolean)

 

Initializes a new instance of ScaffoldTableAttribute using the Scaffold property.

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

public:
ScaffoldTableAttribute(
	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 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
Return to top
Show:
© 2017 Microsoft