DataTypeDataIsNullable Property |
Gets or sets a value indicating whether this instance accepts for a value.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "isNullable", EmitDefaultValue = false)]
public bool IsNullable { get; set; }<DataMemberAttribute(Name := "isNullable", EmitDefaultValue := false)>
Public Property IsNullable As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isNullable", EmitDefaultValue = false)]
property bool IsNullable {
bool get ();
void set (bool value);
}[<DataMemberAttribute(Name = "isNullable", EmitDefaultValue = false)>]
member IsNullable : bool with get, set
Property Value
Type:
Boolean if this instance accepts
; otherwise,
.
See Also