Share via


ColumnConfigAnnotation.AcceptsNullValues Property

Gets a value that indicates whether the column can accept nulla null reference (Nothing in Visual Basic) values.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property AcceptsNullValues As Boolean
public bool AcceptsNullValues { get; set; }
public:
property bool AcceptsNullValues {
    bool get ();
    void set (bool value);
}
member AcceptsNullValues : bool with get, set
function get AcceptsNullValues () : boolean
function set AcceptsNullValues (value : boolean)

Property Value

Type: System.Boolean
true if the column can accept nulla null reference (Nothing in Visual Basic) values; otherwise, false.

.NET Framework Security

See Also

Reference

ColumnConfigAnnotation Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace