ColumnDefaultValueAttribute Constructors
Applied to persistent class’ fields or properties. Specifies the default value of the database column mapped to the target property/field.
Name | Parameters | Description |
---|---|---|
Column |
guid |
Initializes a new instance of the Column |
Column |
date |
Initializes a new instance of the Column |
Column |
default |
Initializes a new instance of the Column |
See Also