Entity framework 5: Handle DataTime column -


we have created table few columns along 1 datetime column 'createon' in sql server 2008 r2 express. not want user set createdon column value. instead while insertion or updation of record, database date should picked , used fill column. please suggest solution.


Comments

Popular posts from this blog

html - jquery - p element wont show after I hid it -

python - BeautifulSoup: How to get the nearest tag -

php - Return Last Insert ID with PDO -