MetaColumn.AllowInitialValue Property

Definition

Gets or sets a value that specifies whether a column enables a value to be inserted.

public:
 property bool AllowInitialValue { bool get(); };
public bool AllowInitialValue { get; }
member this.AllowInitialValue : bool
Public ReadOnly Property AllowInitialValue As Boolean

Property Value

true if the column enables a value to be inserted; otherwise, false.

Remarks

The default value is false when the column is read-only and true when the column is not read-only. The default value can be overridden by using the EditableAttribute attribute.

Applies to