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

適用於