ScaffoldColumnAttribute.Scaffold 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值指定是否啟用 Scaffolding。
public:
property bool Scaffold { bool get(); };
public bool Scaffold { get; }
member this.Scaffold : bool
Public ReadOnly Property Scaffold As Boolean
屬性值
如果啟用 Scaffolding 則為 true
,否則為 false
。
備註
您可以使用這個屬性,在數據模型中的個別數據行中啟用 Scaffolding。 如果您在 global.asax 檔案中將此屬性設定為 true
,整個數據模型將會公開資料庫中 CRUD 的所有數據行, (建立、讀取、更新和刪除) 作業。