Page 1 of 1

How turn off timestamps when not needed?

Posted: Fri 26 Jun 2015 17:49
by CodeSlinger
When I rebuild my EF data model after making a simple change, ALL of my generated objects are timestamped as below so it is hard to tell what changed in source control. Is there a way to get this timestamp ONLY when the generated model actually changed or just turn the timestamp off? Thanks, Dave

//------------------------------------------------------------------------------
// This is auto-generated code.
//------------------------------------------------------------------------------
// This code was generated by Devart Entity Developer tool using Entity Framework DbContext template.
// Code is generated on: 6/26/2015 13:35:58
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//------------------------------------------------------------------------------

Re: How turn off timestamps when not needed?

Posted: Mon 29 Jun 2015 09:36
by Shalex

Re: How turn off timestamps when not needed?

Posted: Mon 29 Jun 2015 18:02
by CodeSlinger
Thx!