ColumnDbDefaultValueAttribute Properties
Applied to persistent class’ fields or properties. Specifies the SQL expression representing the default value of the database column mapped to the target property/field.
Name | Description |
---|---|
Db |
Specifies the default value of the database column mapped to the target property/field. |
Type |
When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute. |
See Also