ScaffoldColumnAttribute(Boolean) コンストラクター

定義

ScaffoldColumnAttribute プロパティを使用して、Scaffold クラスの新しいインスタンスを初期化します。

public:
 ScaffoldColumnAttribute(bool scaffold);
public ScaffoldColumnAttribute (bool scaffold);
new System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute : bool -> System.ComponentModel.DataAnnotations.ScaffoldColumnAttribute
Public Sub New (scaffold As Boolean)

パラメーター

scaffold
Boolean

スキャフォールディングを有効にするかどうかを指定する値。

注釈

Global.asax ファイルで を に設定truescaffoldして CRUD (作成、読み取り、更新、削除) 操作用にデータベース内のすべてのデータ列を公開するデータ モデル全体に 対して を にtrue設定scaffoldするか、部分クラスで を true に設定scaffoldすることで、データ テーブル内の個々のデータ列を CRUD 操作に公開することができます。

適用対象