Click here to Skip to main content
15,892,927 members

Comments by Member 12583662 (Top 35 by date)

Member 12583662 21-Mar-17 14:07pm View    
Thanks a lot Richard. It was my mistake as I was not updating the Entity Model. It is working now. Thanks once gain. You are great.
Member 12583662 21-Mar-17 13:38pm View    
Yes, RowModifiedDateTime is the column itself. user is the table.
I defined usr variable of type user and assigned the value from database based on UserID. Then I updating the column RowModifiedDateTime of usr to current datetime.
Member 12583662 21-Mar-17 12:49pm View    
I have defined no property for this column.
Member 12583662 21-Mar-17 12:24pm View    
Hi Richard its still not working, I have remove the default value from the database, still the code jumps to Catch block on saving.
Member 12583662 21-Mar-17 4:11am View    
Deleted
Hi Richard, The default value is already set to current datetime in database, but this is for inserting a new record and I am trying to modify the existing date.