DbParameter.IsNullable 屬性

定義

取得或設定一個值,指示參數是否接受空值。

public:
 abstract property bool IsNullable { bool get(); void set(bool value); };
public abstract bool IsNullable { get; set; }
[System.ComponentModel.Browsable(false)]
public abstract bool IsNullable { get; set; }
member this.IsNullable : bool with get, set
[<System.ComponentModel.Browsable(false)>]
member this.IsNullable : bool with get, set
Public MustOverride Property IsNullable As Boolean

屬性值

true 若接受空值;否則 false。 預設值為 false

屬性

備註

空值則使用類別 DBNull 來處理。

適用於

另請參閱