A newer version of this page is available.
Switch to the current version.
ColumnDefaultValueAttribute Class
Applied to persistent class' fields or properties. Specifies the default value of the database column mapped to the target property/field.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v18.2.dll
Declaration
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, Inherited = true)]
public sealed class ColumnDefaultValueAttribute :
Attribute
<AttributeUsage(AttributeTargets.Property Or AttributeTargets.Field, Inherited:=True)>
Public NotInheritable Class ColumnDefaultValueAttribute
Inherits Attribute
Remarks
The passed value is converted according to the current DBMS specifics and passed to the CREATE TABLE and ALTER TABLE statements when updating the database schema.
See Also
Feedback