言語

ReportParameter.Nullable プロパティ

定義

パラメータの値を nullできるかどうかを示します。

public:
 property bool Nullable { bool get(); void set(bool value); };
public bool Nullable { get; set; }
member this.Nullable : bool with get, set
Public Property Nullable As Boolean

プロパティ値

Boolean の値。 真の値はパラメータの値が null可能であることを示します。

適用対象