Is there any EF Model-First approach to populate LastModified column to GetDate()
function in database.
Most of my searches took me to code-first alternatives. But could find Model-First approach. I see StoreGeneratedPattern = Computed in properties window.
Can you please tell me how to use this to populate date using GetDate ()
function in database.