SqlFacetAttribute.IsNullable Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the return type of the user-defined type can be null
.
public:
property bool IsNullable { bool get(); void set(bool value); };
C#
public bool IsNullable { get; set; }
member this.IsNullable : bool with get, set
Public Property IsNullable As Boolean
true
if the return type of the user-defined type can be null
; otherwise false
.
The default value is true
.
Termék | Verziók |
---|---|
SqlClient .NET Core | 1.0, 1.1, 2.0, 2.1, 3.0, 3.1, 4.0, 4.1 |
SqlClient .NET Framework | 2.1, 3.0, 3.1, 4.0, 4.1 |
SqlClient .NET Standard | 2.1, 3.0, 3.1, 4.0, 4.1 |