QueryParameter.IsNullable プロパティ

定義

パラメーターが NULL 許容であるかどうかを取得または設定します。

public:
 property Nullable<bool> IsNullable { Nullable<bool> get(); void set(Nullable<bool> value); };
[System.Xml.Serialization.XmlIgnore]
public bool? IsNullable { get; set; }
[<System.Xml.Serialization.XmlIgnore>]
member this.IsNullable : Nullable<bool> with get, set
Public Property IsNullable As Nullable(Of Boolean)

プロパティ値

Nullable<T> オブジェクト。

属性

適用対象