Share via


ColumnConfigAnnotation.HasDefaultValue Property

Gets a value that indicates whether the column has a default value.

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

Syntax

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

Property Value

Type: System.Boolean
true if the column has a default value; otherwise, false.

.NET Framework Security

See Also

Reference

ColumnConfigAnnotation Class

Microsoft.Data.Schema.Tools.DataGenerator Namespace