Open ccasalicchio opened 1 year ago
Is there a NoTracking configuration option to be set anywhere? Like the QueryTrackingBehavior.NoTracking for EFCore?
There's no tracking in NPOCO. So, there's nothing to turn off.
You can start a snapshot to track changes and then use that to only update those columns.
Is there a NoTracking configuration option to be set anywhere? Like the QueryTrackingBehavior.NoTracking for EFCore?