Does any one know how I can specify the Default value for a DateTime property using the System.ComponentModel DefaultValue Attribute?
for example I try this:
Add below to the DateTime property
[DatabaseGenerated(DatabaseGeneratedOption.Computed)]