SqlFacetAttribute.IsNullable Property

Definition

Indicates whether the return type of the user-defined type can be null.

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

Property Value

true if the return type of the user-defined type can be null; otherwise false.

Remarks

The default value is true.

Applies to