MetaColumn.IsRequired 屬性

定義

取得值,這個值表示資料欄位是否需要值。

public:
 property bool IsRequired { bool get(); };
public bool IsRequired { get; }
member this.IsRequired : bool
Public ReadOnly Property IsRequired As Boolean

屬性值

如果資料欄位需要值則為 true,否則為 false

備註

屬性 Description 會驗證屬性是否已 RequiredAttribute 套用至資料欄位,或資料庫架構是否包含資料庫中所需資料欄位的相關資訊,以判斷資料欄位是否需要值。

適用於

另請參閱