ColumnDbDefaultValueAttribute Constructors
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 | Parameters | Description |
---|---|---|
ColumnDbDefaultValueAttribute(String) | dbDefaultValue | Initializes a new instance of the ColumnDbDefaultValueAttribute class. |
See Also