zsharp
zsharp

Reputation: 13756

How does linq determine value changes?

If the value of a field is not actually changed but reassigned the same value, will that reassignment be marked for update when submitting to database?

Upvotes: 0

Views: 93

Answers (1)

Adam Robinson
Adam Robinson

Reputation: 185663

Yes, simply setting the property marks it as dirty.

Upvotes: 1

Related Questions