Share via


DataSetParameter.AllowBlank Property

Definition

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

Property Value

Attributes

Applies to