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> 对象。

属性

适用于