Using LLBLGEN 2.5 with dotnet2
Have a webservices that saves an entity to database. I have a field called DateModified that i set on the client and save to the database through the webservice.
When i return the entity to the client and compare DateModified that is returned with what i sent..it is different by 1 millisecond?
Why?
I am comparing the sent DateModified to returned DateModified to ensure entity has been saved.