How do u set default value for a property at the database level using Code-Only
For instance if i have a property called CreateDate and i want its default value in the database to be getdate(), how do i do it. or also another example be select newid() for guids..
Zeeshan