SqliteParameter.IsNullable プロパティ

定義

パラメーターが null 許容かどうかを示す値を取得または設定します。

public override bool IsNullable { get; set; }
member this.IsNullable : bool with get, set
Public Overrides Property IsNullable As Boolean

プロパティ値

パラメーターが null 許容かどうかを示す値。

適用対象